@charset "utf-8";

/* ----- ウェブフォント ----- */
/*SNSアイコン*/
@font-face {font-family: 'sns';src:  url('/fonts/sns.eot?5c5p8n');src:  url('/fonts/sns.eot?5c5p8n#iefix') format('embedded-opentype'),url('/fonts/sns.ttf?5c5p8n') format('truetype'),url('/fonts/sns.woff?5c5p8n') format('woff'),url('/fonts/sns.svg?5c5p8n#sns') format('svg');font-weight: normal;font-style: normal;}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'sns' !important;speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.icon-tb:before {content: "\e900";}
.icon-tw:before {content: "\e901";}
.icon-gp:before {content: "\e902";}
.icon-fbc:before {content: "\e903";}
.icon-fb:before {content: "\e904";}
.icon-li:before {content: "\e905";}


/* ----- 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{margin:0;font-size:100%;font-weight:normal;}img{vertical-align:middle;}ol,ul{list-style:none;}

/* ----- 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: #FFF; }
#cboxContent { overflow:hidden; }
#cboxError { padding: 50px; border: 1px solid #ccc; }
#cboxLoadedContent { margin: 80px 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: #242e85; }
/*#cboxLoadingGraphic { background: url(/img/loading.gif) no-repeat center; }*/
#cboxClose { position: absolute; right: 0; top: 0; border: none; background: url(/img/colorbox/close.png) no-repeat; width: 70px; height: 70px; text-indent:-9999px; }
#cboxClose:hover { opacity: .7; }
.cboxIframe { width: 100%; height: 100%; display: block; border: 0; }

/* ----- common ----- */
body{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 15em;
	line-height: 1.7;
	background: #fff;
	color: #5a5a5a;
	width: 100%;
	height: 100%;
	overflow: visible;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
a {
	color: #5a5a5a;
	text-decoration:none;
	outline: none;
}
a:hover {text-decoration:underline;}

/*--  loading  --*/
#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fff;
	z-index: 9999;
}
.loading {
	position: fixed;
	width: 355px;
	height: 82px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.loadLogo {
	width: 355px;
	height: 82px;
}
.loadBar {
	width: 100%;
	height: 3px;
	margin: 10px 0;
	border: 1px #ffe3ef solid;
}
.progress {
	position: relative;
	width: 0;
	height: 100%;
	background: #ee86b4;
}

/*--  siteWrap  --*/
#siteWrap {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 100%;
	height: auto !important;
	min-height: 100%;
	overflow: hidden;
}
/* コンテンツ */
.cttWrap {
	position: relative;
}
.z0 {z-index:0;}
.z1 {z-index:1;}
.z2 {z-index:2;}
.z3 {z-index:3;}
.z10 {z-index:10;}
.content {
	position: relative;
	width: 1200px;
	margin: auto;
}
/* 各タイトル */
.hdTitle {
	position: absolute;
	top: 100px;
	left: 45px;
}

/* -----     共通     ----- */
.pc, .brpc { display: block }
.sp, .dpno { display: none }
img.pc { display: inline; }
.imgfx { width: 100%; height: auto; }
.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; }
/*     
各種カラー
bscl：ベースカラー1     # 
accl：アクセントカラー  # 
.bscl { }
.accl { }
     */
.clrtrs { color: transparent; }

/* 明朝フォント */
.mincho {
	font-family: '游明朝','Yu Mincho','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','MS 明朝', serif;
}
/* 角丸 */
.radius3 {
	border-radius: 3px;
	overflow: hidden;
}
/* 再生ボタン */
.playBtn {
	position: relative;
}
.playBtn a:before, .playBtn a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.playBtn a:before {
	width: 70px;
	height: 70px;
	left: 0;
	background: rgba(109, 214, 244, .6);
	border-radius: 50%;
}
.playBtn a:after {
	width: 0;
	height: 0;
	left: 7px;
	border-style: solid;
	border-width: 16px 0 16px 30px;
	border-color: transparent transparent transparent #FFF;
}
/* ホバーイベント */
.sepia {
	-webkit-filter: sepia(0%) brightness(100%); filter: sepia(0%) brightness(100%);
	-webkit-transition: .5s ease-out; transition: .5s ease-out;
}
.sepia:hover {
	-webkit-filter: sepia(30%) brightness(105%); filter: sepia(30%) brightness(105%);
	-webkit-animation: sepiaFlash 1.2s ease-out; animation: sepiaFlash 1.2s ease-out;
}
@-webkit-keyframes sepiaFlash {
	0% { -webkit-filter: sepia(0%) brightness(100%); }
	10% { -webkit-filter: sepia(100%) brightness(140%); }
	100% { -webkit-filter: sepia(30%) brightness(105%); }
}
@keyframes sepiaFlash {
	0% { filter: sepia(0%) brightness(100%); }
	10% { filter: sepia(100%) brightness(140%); }
	100% { filter: sepia(30%) brightness(105%); }
}
/* ロード */
.sepiaOn {
	-webkit-filter: sepia(0%) brightness(100%); filter: sepia(0%) brightness(100%);
	-webkit-animation: sepiaOnFlash 1.5s ease-out; animation: sepiaOnFlash 1.5s ease-out;
}
@-webkit-keyframes sepiaOnFlash {
	0% { -webkit-filter: sepia(0%) brightness(100%); }
	10% { -webkit-filter: sepia(100%) brightness(200%); }
	100% { -webkit-filter: sepia(0%) brightness(100%); }
}
@keyframes sepiaOnFlash {
	0% { filter: sepia(0%) brightness(100%); }
	10% { filter: sepia(100%) brightness(200%); }
	100% { filter: sepia(0%) brightness(100%); }
}


/* -----     ヘッダーコンテンツ     ----- */
.headerWrap {
	position: absolute;
	width: 100%;
	top: 0;
	background: #FFF;
	z-index: 99;
}
.headerWrap.fixOff, .headerWrap.fixOn {
	position: fixed;
	-webkit-transition: .3s ease-out; transition: .3s ease-out;
}
.headerWrap.fixOff, .headerWrap.abs {
	top: -200px;
}
.headerWrap.fixOn {
	top: 0;
	border-bottom: 1px #9ce8ff solid;

}
.headerWrap .logoS {display: none;}
.headerWrap.fixOff .logoS, .headerWrap.fixOn .logoS {display: block;}
/*  ナビゲーション  */
.navigation {
	display: -webkit-flex; display: flex;
	width: 1200px;
	margin: auto;
}
.logo {
	padding: 15px 0 15px 50px;
}
.fixOff .logo, .fixOn .logo {
	display: none;
}
.logoS {
	padding: 20px 0 10px 50px;
}
.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: flex-end; align-items: flex-end;
	padding: 72px 0 10px;
}
.fixOff .navigationList, .fixOn .navigationList {
	padding: 10px 30px;
	margin: 0 0 0 185px;
}
.navigationList li a {
	display: block;
	position: relative;
	margin: 5px 15px;
}
.navigationList .logoS a {
	margin: 0 15px;
}
.navigationList li a:before {
	content: "";
	position: absolute;
	width: 21px;
	height: 21px;
	left: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	background: url(/img/nav/nav_cur.png) no-repeat center;
	-webkit-transform: rotate(-135deg); transform: rotate(-135deg);
	-webkit-transition: opacity .5s ease-out; transition: opacity .5s ease-out;
}
.navigationList li.navCur a:before, .navigationList li a:hover:before {
	opacity: 1;
	-webkit-transform: rotate(0deg); transform: rotate(0deg);
	-webkit-transition: .7s ease-out; transition: .7s ease-out;
}
.navigationList .logoS a:before {
	content: none !important;
}
.navigationList li a img {
	vertical-align: text-bottom;
}

/* -----     メインコンテンツ     ----- */
.mainContentWrap {
	padding: 154px 0 0 0;
	background-color: #FFF;
}
.mainContent {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 1132px;
	margin: auto;
	padding: 0 50px;
}
.keyvisual {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(/img/top/keyvisual2.jpg) no-repeat center;
}

/*  トピックス  */
.topics {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.topicsList.slick-slider {
	width: 1140px;
	margin: 0 auto 40px;
}
.slick-list a {
	display: block;
	width: 360px;
	height: 140px;
	margin: 0 10px;
	background: rgba(255,255,255,.8);
	-webkit-transition: .5s ease-out; transition: .5s ease-out;
}
.slick-list a:hover {
	background: rgba(255,255,255,1);
}
.topicsList .slick-arrow {
	width: 30px;
	height: 30px;
	z-index: 1;
}
.topicsList .slick-arrow::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #9ce9ff;
	border-radius: 50%;
	opacity: 1;
}
.topicsList .slick-arrow::after {
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
.topicsList .slick-prev::after {
	left: 5px;
	right: 0;
	-webkit-transform: rotate(-135deg); transform: rotate(-135deg);
}
.topicsList .slick-next::after {
	left: 0;
	right: 5px;
	-webkit-transform: rotate(45deg); transform: rotate(45deg);
}
.slick-dots {
	bottom: -30px;
}
.slick-dots li button:before {
	font-size: 16px;
	opacity: 1;
	color: #9ce9ff;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #FFF;
}
.topicsBtn {
	width: 1130px;
	margin: 0 auto;
}
.topicsBtnLink {
	position: absolute;
	top: 10px;
	margin: 0 10px;
}
.topicsBtn01>.topicsBtnLink {
	margin: 0 10px;
}
.topicsBtnLink a {
	display: block;
	border-radius: 50%;
	-webkit-transition: .5s ease-out; transition: .5s ease-out;
}
.topicsBtn01>.topicsBtnLink a {
	background: rgba(255,255,255,.9);
}
.topicsBtn01>.topicsBtnLink a:hover {
	background: rgba(255,255,255,1);
}
/*.topicsBtn01>.topicsBtnLink a {
	background: rgba(11,115,212,.8);
}
.topicsBtn01>.topicsBtnLink a:hover {
	background: rgba(11,115,212,1);
}*/
.topicsBtn02>.topicsBtnLink {
	margin: 0 0 0 200px;
}
.topicsBtn02>.topicsBtnLink a {
	background: rgba(255,255,255,.8);
}
.topicsBtn02>.topicsBtnLink a:hover {
	background: rgba(255,255,255,1);
}

/*  インフォメーション  */
.information {
	display: -webkit-flex; display: flex;
	-webkit-justify-content: space-around; justify-content: space-around;
	padding: 25px 30px 40px;
}
.infoList {
	position: relative;
	width: 360px;
	height: 190px;
	border: 1px #6dd6f4 solid;
	border-radius: 0 3px 3px 3px;
	background: #FFF;
}
/*  新着情報  */
.update {
}
.updateList {
	padding: 10px 15px;
	overflow: auto;
}
.updateList dt {
	font-size: 12rem;
	color: #0b73d4;
}
.updateList dd {
	margin: 3px 0 15px;
	font-size: 14rem;
	color: #5a5a5a;
	line-height: 1.5;
}
.updateList dd a {
	display: block;
	margin: 0 0 5px;
}
/*  トレーラー  */
.trailerList {
	overflow: hidden;
}
/*  Twitter  */
.twitter {
}
.twitterList {
}
.twitterList > iframe {
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	min-height: 100% !important;
	max-height: 100% !important;
}
.billing {
	padding: 0 0 70px;
	text-align: center;
}


/* -----     イントロダクションコンテンツ     ----- */
.introductionWrap {
	width: 100%;
	height: 100%;
	background: #d3f4f8;
	background: -webkit-linear-gradient(left, #d3f4f8 0%,#ffebf9 100%);
	background: linear-gradient(to right, #d3f4f8 0%,#ffebf9 100%);
}
.introduction {
	padding: 125px 0 90px;
	text-align: center;
}

/* -----     あらすじコンテンツ     ----- */
.storyWrap {
	background: #FFF;
}
.story {
	padding: 80px 0 50px;
	text-align: center;
}
.storyStill {
	width: 100%;
	height: 310px;
	background: url(/img/story/storyStill.jpg) repeat-x center;
}
.lizStory {
	padding: 60px 0 70px;
	text-align: center;
}


/* -----     登場人物コンテンツ     ----- */
.characterWrap {
	background: url(/img/top/bgw.svg);
	background-color: #dffbea;
}
.character {
	padding: 180px 0 0;
	text-align: center;
}

/*  slick slider  */
.slick-slide {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}
.sliderCttNav {
	height: 40px;
	overflow: hidden;
}
.sliderCttNav.slick-slider {
	height: 100%;
	overflow: visible;
}
.sliderCttNav .slick-arrow {
	display: none;
}
.sliderCttNav .slick-slide {
	padding: 5px;
	margin: 0 8px;
	color: #0b73d4;
	font-size: 15rem;
	background: #FFF;
	letter-spacing: 2px;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: .3s ease-out; transition: .3s ease-out;
}
.sliderCttNav .slick-slide.slick-current {
	color: #FFF;
	background: #6dd6f4;
}
.sliderCtt {
	height: 1060px;
	overflow: hidden;
}
.sliderCtt.slick-slider {
	height: 100%;
	overflow: visible;
}
.sliderCtt .slick-arrow {
	width: 50px;
	height: 50px;
	top: 38%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
}
.sliderCtt .slick-arrow.slick-prev {
	right: 22%;
}
.sliderCtt .slick-arrow.slick-next {
	left: 22%;
}
.sliderCtt .slick-arrow::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	opacity: 1;
}
.sliderCtt .slick-arrow:hover {
	opacity: .5;
}
.sliderCtt .slick-prev::before {
	background: url(/img/character/charaArrowL.png);
	background-size: cover;
}
.sliderCtt .slick-next::before {
	background: url(/img/character/charaArrowR.png);
	background-size: cover;
}
.sliderCtt .slick-slide {
	position: relative;
	padding: 0 0 40px;
}
.sliderCtt .slick-slide::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 43%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #FFF;
}
.sliderCtt img {
	position: relative;
	width: 100%;
	max-width: 400px;
	height: auto;
	margin: auto;
	z-index: 0;
}

/* -----     スタッフ・キャストコンテンツ     ----- */
.staffcastWrap {
	background: url(/img/top/bgb.svg);
	background-color: #f7f9f9;
}
.staffcast {
	padding: 170px 0 40px;
	text-align: center;
}
.staffCtt {
	position: relative;
	width: 725px;
	height: 808px;
	margin: 0 auto 120px;
}
.commentList>li {
	position: absolute;
}
.staffComment01 { top: 183px; left: 250px; }
.staffComment02 { top: 183px; left: 392px; }
.staffComment03 { top: 252px; left: 257px; }
.staffComment04 { top: 252px; left: 455px; }
.staffComment05 { top: 534px; left: 326px; }
.castCtt {
	position: relative;
	width: 725px;
	height: 370px;
	margin: 0 auto 100px;
}
.castComment01 { top: 94px; left: 234px; }
.castComment02 { top: 94px; left: 420px; }
.castComment03 { top: 234px; left: 137px; }
.castComment04 { top: 234px; left: 316px; }
.castComment05 { top: 234px; left: 503px; }
.castComment06 { top: 164px; left: 326px; }
/*
.commentList {
	display: flex; display: -webkit-flex;
	-webkit-justify-content: center; justify-content: center;
	padding: 20px 0 85px;
}
.commentList li {
	margin: 25px;
}
*/

/* -----     Blu-ray&DVDコンテンツ     ----- */
.bddvdWrap {
	width: 100%;
	height: 100%;
	background: rgb(235,242,243);
	background: -webkit-linear-gradient(left, rgb(235,242,243) 0%,rgb(194,251,246) 100%);
	background: linear-gradient(to right, rgb(235,242,243) 0%,rgb(194,251,246) 100%);
}
.bddvd {
	padding: 180px 0 60px;
}
.bddvdBox {
	width: 680px;
	padding: 40px;
	margin: 0 auto 60px;
	background: #FFF;
}
.bddvdTitle {
	margin: 0 0 15px;
}
.bddvdImgBox {
	margin: 15px 0 30px;
}
.bddvdImg2 {
	margin: 60px 0 0;
}
.bddvdImg img:nth-of-type(2) {
	padding: 15px 0 0;
}
.bddvdImg p {
	padding: 5px 0 0;
}
.bddvdDesc {
	margin: 30px 0;
	font-size: 15rem;
}
.bddvdData {
	margin: 15px 0;
	font-size: 15rem;
}
.bddvdData dt {
	float: left;
}
.bddvdData dd {
	margin: 0 0 5px;
}
.bddvdSubData {
	margin: 15px 0;
	font-size: 14rem;
}
.bddvdSubDataTitle {
	font-size: 15rem;
}
.bddvdPriviTitle {
	margin: 0 0 15px;
}
.bddvdPrivi {
	padding: 30px 0 0;
}
.bddvdPrivi:first-child {
	padding: 0;
}
.bddvdPrivi p {
	padding: 5px 0 0;
}
.bddvdPrivi span {
	font-size: 11rem;
}
.bddvdPrivi a {
	text-decoration: underline;
}
.bddvdPrivi a:hover {
	text-decoration: none;
}

/* -----     音楽コンテンツ     ----- */
.musicWrap {
	width: 100%;
	height: 100%;
	background: #fdffe5;
	background: -webkit-linear-gradient(left, #fdffe5 0%,#f4ffa9 100%);
	background: linear-gradient(to right, #fdffe5 0%,#f4ffa9 100%);
}
.music {
	padding: 180px 0 60px;
}
.musicBox {
	width: 680px;
	padding: 40px;
	margin: 0 auto 60px;
	background: #fdfff8;
}
.musicTitle {
	margin: 0 0 15px;
}
.musicImg {
	margin: 15px 0 30px;
}
.musicDesc {
	margin: 30px 0;
	font-size: 15rem;
}
.musicData {
	margin: 15px 0;
	font-size: 15rem;
}
.musicData dt {
	float: left;
}
.musicData dd {
	margin: 0 0 5px;
}
.musicSubData {
	margin: 15px 0;
	font-size: 14rem;
}
.musicSubDataTitle {
	font-size: 15rem;
}
.artistData {
	margin: 40px 0 0;
}
.artistName {
	margin: 0 0 15px;
}
.artistImg {
	margin: 15px 0 20px;
}
.artistProf {
	margin: 5px 0;
}
.artistProfTxt {
	margin: 5px 0;
	font-size: 15rem;
}
.artistHP {
	margin: 20px 0;
}
.artistHP a {
	display: inline-block;
	color: #53be45;
}
.artistItw li {
	display: inline-block;
	margin: 0 10px 0 0;
	border: 1px #53be45 solid;
}


/* -----     前売券情報コンテンツ     ----- */
.ticketWrap {
	width: 100%;
	height: 100%;
	background: #e6efff;
	background: -webkit-linear-gradient(left, #e6efff 0%,#ffe3e3 100%);
	background: linear-gradient(to right, #e6efff 0%,#ffe3e3 100%);
}
.ticket {
	padding: 195px 0 60px;
}
.ticketBox {
	width: 680px;
	padding: 40px;
	margin: 0 auto 60px;
	background: #FFF;
}
.ticketTitle {
	margin: 0 0 15px;
}
.ticketImg {
	margin: 15px 0 30px;
}
.ticketDesc {
	margin: 15px 0;
	font-size: 15rem;
}
.ticketData {
	margin: 15px 0;
	font-size: 15rem;
}
.ticketData dt {
	float: left;
}
.ticketData dt.ticketDataHd {
	float: none;
	margin: 0 0 5px;
}
.ticketData dd {
	margin: 0 0 5px;
}
.ticketData dd a {
	margin: 0 1em 0 0;
	text-decoration: underline;
}
.ticketData dd a:hover {
	text-decoration: none;
}
.ticketNotice {
	font-size: 12rem;
	line-height: 1.7;
}

/* -----     劇場情報コンテンツ     ----- */
.theaterWrap {
	background: url(/img/top/bgw.svg);
	background-color: #e2f4f8;
}
.theater {
	padding: 200px 0 120px;
}
.theater .note {
	text-align:center; 
}
.areaList {
	width: 980px;
	margin: 0 auto 15px;
	background: #FFF;
}
.areaTitle {
	position: relative;
	padding: 8px 25px;
	color: #0b73d4;
	font-size: 15rem;
	line-height: 1;
	cursor: pointer;
}
.areaTitle:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	margin: auto;
	border-style: solid;
}
.areaTitle:before {
	bottom: 1px;
	left: 10px;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #ffc6d7;
}
.areaTitle.triangle:before {
	bottom: 0;
	left: 9px;
	border-width: 8.7px 5px 0 5px;
	border-color: #ffc6d7 transparent transparent transparent;
}
.theaterBox {
	display: none;
}
.theaterList {
	padding: 0 5px 5px;
}
.theaterList li {
	display: -webkit-flex; display: flex;
	-webkit-align-items: stretch; align-items: stretch;
	border-bottom: 1px #6dd6f4 dotted;
	-webkit-transition: .5s ease-out; transition: .5s ease-out;
}
.theaterList li:last-child {
	border-bottom: none;
}
.theaterList li:not(.listHeader):hover {
	background: #dfefef;
}
.theaterList li p {
	padding: 10px 5px 5px;
}
.theaterList li.listHeader p {
	font-size: 16rem;
	padding: 15px 5px 10px;
}
.theaterList li a {
	color: #0b73d4;
}

.theaterList .pr {
	width: 15%;
	text-align: center;
}
.theaterList .th {
	width: 40%;
}
.theaterList .th .new {
	padding-left: .5em;
	color: #ED96BC;
}
.theaterList .te {
	width: 25%;
	text-align: center;
}
.theaterList .sc {
	width: 20%;
	text-align: center;
}

/* -----     グッズコンテンツ     ----- */
.goodsWrap {
	width: 100%;
	height: 100%;
	background: #fff0f0;
	background: -webkit-linear-gradient(left, #fff0f0 0%,#d1fcff 100%);
	background: linear-gradient(to right, #fff0f0 0%, #d1fcff 100%);
}
.goods {
	padding: 200px 0 110px;
}
.goodsBox {
	width: 980px;
	padding: 15px;
	margin: 0 auto 10px;
	background: #FFF;
}
.goodsBoxWide {
	display: -webkit-flex;
	display: flex;
}
.goodsTitle {
	color: #0b73d4;
	font-size: 20rem;
	letter-spacing: 1px;
}
.goodsDescList {
	margin: 0 0 0 20px;
}
.goodsDesc {
	margin: 10px 0;
	font-size: 15rem;
}
.goodsDesc ul {
	margin: 10px 0 0;
}
.goodsDesc li {
	text-indent: -1em;
	margin-left: 1em;
}
.goodsDesc a,.goodsData a {
	text-decoration: underline;
}
.goodsDesc a:hover,.goodsData a:hover {
	text-decoration: none;
}
.goodsData {
	margin: 10px 0;
	font-size: 14rem;
	text-indent: -3em;
	margin-left: 3em;
	word-break: break-all;
}
.goodsinfo>.goodsDesc {
	padding: 0 0 0 22px;
	font-size: 14rem;
}
.goodsList {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 980px;
	margin: 0 auto;
}
.goodsList:after {
	content:"";
	display: block;
	width:320px;
}
.goodsListBox {
	width: 320px;
	padding: 15px;
	margin: 0 0 10px;
	background: #FFF;
}
.goodsListBox>.goodsTitle {
	margin: 5px 0 0;
	text-align: center;
	line-height: 1.3;
}
.goodsListImg img {
	width: 100%;
}
.goodsListBox>.goodsData {
	margin: 5px 0 0 3em;
	word-break: break-all;
}

/* -----     映像コンテンツ     ----- */
.movieWrap {
	background: #FFF;
}
.movie {
	padding: 220px 0 110px;
}
.movieList {
	display: -webkit-flex; display: flex;
	/*-webkit-flex-wrap: wrap; flex-wrap: wrap;*/
	-webkit-flex-wrap: wrap-reverse; flex-wrap: wrap-reverse;
	-webkit-justify-content: center; justify-content: center;
}
.movieList li {
	margin: 20px 40px;
}
.movieList>li>p {
	padding: 10px;
	color: #0b73d4;
	text-align: center;
	letter-spacing: 1px;
}

/* -----     フッターコンテンツ     ----- */
.footerWrap {
	padding: 30px 0 60px;
	background: #FFF;
}
.socialList {
	display: -webkit-flex; display: flex;
	-webkit-justify-content: center; justify-content: center;
	-webkit-align-items: center; align-items: center;
}
.socialList li {
	margin: 0 10px;
	border: 1px #6dd6f4 solid;
	border-radius: 50%;
}
.socialList a {
	display: block;
	padding: 5px;
	color: #FFF;
	font-size: 50rem;
	background: #6dd6f4;
	border-radius: 50%;
}
.socialList a:hover {
	text-decoration: none;
}
.bannerList {
	display: -webkit-flex;display: flex;
	-webkit-flex-wrap: wrap;flex-wrap: wrap;
	-webkit-justify-content: center;justify-content: center;
	margin: 30px auto;
	width: 831px;
}
.bannerList li {
	margin: 8px 15px;
	text-align: left;
}
.linkList {
	display: -webkit-flex; display: flex;
	-webkit-justify-content: center; justify-content: center;
	-webkit-align-items: center; align-items: center;
}
.linkList li {
	margin: 30px 10px;
}
.linkList li a {
	color: #0b73d4;
}
.footer-banner-list {
	display: flex;
	justify-content: center;
	gap: 20px;
	width: 70%;
	max-width: 600px;
	margin: auto;
}
.footer-banner-list img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.corporateLink {
	display: block;
	width: 160px;
	margin: auto;
}
.copyright {
	margin: 30px auto;
	color: #0b73d4;
	text-align: center;
}
.pagetop {
	position: fixed;
	display: block;
	width: 60px;
	height: 60px;
	right: 20px;
	bottom: 20px;
	background: #9ce9ff;
	border-radius: 50%;
	text-indent: -9999em;
}
.pagetop::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 12px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-transform: rotate(-45deg); transform: rotate(-45deg);
}

/* -----     パーティクル     ----- */
.particle {
	position: fixed;
	width: 100%;
	min-width: 1200px;
	max-width: 1600px;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-perspective: 800px; perspective: 800px;
	-webkit-transform-style: preserve-3d; transform-style: preserve-3d;
}
.particle img {position: absolute;}
.pl01 { top: 3%; left: 5%; }
.pl02 { top: 93%; left: 20%; }
.pl03 { top: 10%; left: 16%; }
.pl04 { top: 46%; left: 9%; }
.pl05 { top: 23%; left: 2%; }
.pl06 { top: 84%; left: 7%; }
.pl07 { top: 79%; left: 11%; }
.pl08 { top: 33%; left: 4%; }
.pl09 { top: 39%; left: 1%; }
.pl10 { top: 70%; left: 17%; }
.pl11 { top: 55%; left: 15%; }
.pl12 { top: 28%; left: 11%; }
.pr01 { top: 3%; right: 5%; }
.pr02 { top: 93%; right: 20%; }
.pr03 { top: 10%; right: 16%; }
.pr04 { top: 46%; right: 9%; }
.pr05 { top: 23%; right: 2%; }
.pr06 { top: 84%; right: 7%; }
.pr07 { top: 79%; right: 11%; }
.pr08 { top: 33%; right: 4%; }
.pr09 { top: 39%; right: 1%; }
.pr10 { top: 70%; right: 17%; }
.pr11 { top: 55%; right: 15%; }
.pr12 { top: 28%; right: 11%; }





