<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	-webkit-touch-callout: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: none;
	overflow-y: scroll;
	height: 100%;
}

body {
	margin: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "メイリオ","Meiryo","ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	text-align: center;
	line-height: 1.6;
	color: #2d2d2d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	padding: 0;
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p {
	padding: 0;
	margin: 0;
}

img {
	-webkit-touch-callout: none;
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}

a {
	text-decoration: underline;
	color: #2d2d2d;
	outline: none;
}

a:active,
a:hover,
a:focus {
	color: #aaa;
	outline: none;
}


/*--------------------------------------
loading
--------------------------------------*/
.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/common/loading/loading.gif) no-repeat center center #000;
	z-index: 20000;
}


/*--------------------------------------
コンテンツ
--------------------------------------*/
.wrapper {
	position: relative;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-width: 1024px;
	min-height: 100%;
}

.container {
	padding-bottom: 290px;
	position: relative; /*toTop用*/
	height: auto;
	background: url(../images/common/header/bg.jpg) no-repeat center 50px;
}

#fancybox-content,
#fancybox-wrap *,
#fancybox-wrap {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

#fancybox-outer,
#fancybox-bg-n,
#fancybox-bg-ne,
#fancybox-bg-e,
#fancybox-bg-se,
#fancybox-bg-s,
#fancybox-bg-sw,
#fancybox-bg-w,
#fancybox-bg-nw {
	background: none;
}

#fancybox-close {
	padding: 25px 0 0 0;
	overflow:hidden;
	position: fixed;
	top: 24px;
	right: 24px;
	width: 25px;
	height: 0;
	background: url(../images/common/fancybox/custom/close.png) no-repeat;
}

#fancybox-overlay {
	z-index: 10001;
}

#fancybox-wrap {
	z-index: 10002;
}

/*--------------------------------------
header
--------------------------------------*/
#top {
	margin: 0 auto;
	padding-top: 270px;
	min-width: 1024px;
	width: 100%;
	height: 670px;
	background: url(../images/common/header/photo.png) no-repeat center 50px;
}

.siteTitle {
	padding-top: 180px;
	position: relative;
	overflow: hidden;
	height: 0;
	background: url(../images/common/header/title.png) no-repeat center 32px #fff;
	z-index: 2;
}

.globalNav {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 1024px;
	width: 100%;
	height: 50px;
	background: #000;
	z-index: 3;
}

.globalNav li {
	height: 50px;
}

.navHome {
	width: 212px;
}

.navMovie {
	position: absolute;
	top: 0;
	right: 339px;
	width: 110px;
	background: url(../images/common/nav/line.png) no-repeat right center;
}

.navEvent {
	position: absolute;
	top: 0;
	right: 164px;
	width: 176px;
	background: url(../images/common/nav/line.png) no-repeat right center;
}

.navNews {
	position: absolute;
	top: 0;
	right: 60px;
	width: 104px;
	background: url(../images/common/nav/line.png) no-repeat right center;
}

.navTwitter {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
}

.globalNav a {
	padding-top: 50px;
	overflow: hidden;
	display: block;
	height: 0;
	background: url(../images/common/nav/nav.png) no-repeat;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.navMovie a {
	width: 109px;
	background-position: -517px center;
}

.navHome a {
	width: 212px;
	background-position: 10px center;
}

.navEvent a {
	width: 175px;
	background-position: -192px center;
}

.navNews a {
	width: 103px;
	background-position: -368px center;
}

.navTwitter a {
	width: 60px;
	background-position: -472px center;
}

.globalNav a:hover {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}


/*--------------------------------------
コンテンツ
--------------------------------------*/
.primary {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	text-align: left;
	background: url(../images/contents/intro/bg.png) repeat-x center top;
}

#complete .primary {
	padding: 48px 0;
	width: 980px;
	text-align: center;
	background: none;
}

.introduction {
	margin: 0 auto;
	padding: 32px 0 32px 0;
	overflow: hidden;
	position: relative;
	width: 980px;
	color: #fff;
}

.introduction h2 {
	padding-top: 70px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 0;
	background: url(../images/contents/intro/title.png) no-repeat center 32px;
}

.introduction .lead {
	padding-top: 100px;
	overflow: hidden;
	position: absolute;
	top: 90px;
	left: 0;
	width: 600px;
	height: 0;
	background: url(../images/contents/intro/lead.png) no-repeat;
}

.introduction #release {
	padding: 18px 0 16px;
	position: absolute;
	top: 194px;
	left: 0;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	}

.introduction #release h3 {
	padding-top: 121px;
	overflow: hidden;
	position: absolute;
	top: 38px;
	left: 0;
	width: 100%;
	height: 0;
	background: url(../images/contents/release/title.png) no-repeat;
}

.introduction #release .date {
	padding-top: 50px;
	overflow: hidden;
	position: absolute;
	top: 180px;
	left: 0;
	width: 100%;
	height: 0;
	background: url(../images/contents/release/date.png) no-repeat;
}

.introduction .product {
	padding: 0 0 0 200px;
	position: relative;
	z-index: 6;
}

.introduction .VIZL-893,
.introduction .VICL-64436 {
	padding-left: 20px;
	display: table-cell;
	vertical-align: top;
	width: 180px;
}



.introduction .jacket {
	margin: 0 auto;
	width: 180px;
	background: url(../images/contents/release/jacket/VIZL-893.jpg) no-repeat;
}

.introduction .VICL-64436 .jacket {
	background: url(../images/contents/release/jacket/VICL-64436.jpg) no-repeat;
}


.introduction .jacket a {
	display: block;
}

.introduction .jacket a:hover {
}

.introduction .detail {
	padding-top: 4px;
	font-size: 10px;
	text-align: center;
}

.introduction .detail strong {
	display: block;
	font-size: 12px;
	font-weight: normal;
}

.request {
	padding-top: 450px;
	float: left;
	width: 600px;
}

.request p {
	display: table-cell;
	vertical-align: top;
	width: 300px;
}

.request dl {
	padding-left: 16px;
	display: table-cell;
	vertical-align: top;
	width: 300px;
	border-left: solid 1px #333;
}

.request dt {
	padding: 0px 0 6px;
	line-height: 1.2;
}

.request dt:before {
	content: "＜";
}

.request dt:after {
	content: "＞";
}


/* twitter */
#tweet {
	position: relative;
	float: right;
	width: 340px;
	height: 487px;
	height: 693px;
	background: #333333;
	border-radius: 5px;
}

#tweet h2 {
	margin: 0 auto 2px;
	padding-top: 47px;
	position: static;
	overflow: hidden;
	width: 316px;
	height: 0;
	background: url(../images/contents/twitter/title.png) no-repeat 0 12px;
	border-bottom: solid 1px #fff;
}

#tweet a {
	padding-top: 18px;
	position: absolute;
	top: 19px;
	right: 12px;
	overflow: hidden;
	display: block;
	width: 146px;
	height: 0;
	background: url(../images/contents/twitter/account.png) no-repeat center center;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#tweet a:hover {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}


.twitterWidget {
}

/*--------------------------------------
movie
---------------------------------------*/
#movie {
	margin: 0 auto;
	padding: 56px 0;
	width: 980px;
}

#movie h2 {
	padding-top: 64px;
	overflow: hidden;
	height: 0;
	background: url(../images/contents/movie/title.png) no-repeat center top;
	
}

#movie li {
	display: table-cell;
	vertical-align: top;
}

#movie li:first-child {
	padding-right: 20px;
}


/*--------------------------------------
上部へボタン
---------------------------------------*/

ul.toTop {
	position: absolute;
	bottom: 14px;
	right: 12px;
	z-index: 1001;
}

ul.toTop li {
	float: right;
	width: 45px;
	height: 45px;
}

ul.toTop a {
	padding-top: 45px;
	position: relative;
	display:block;
	overflow:hidden;
	width: 45px;
	height:0;
	background: url(../images/common/nav/totop.png) no-repeat center 12px #717171;
	border-radius: 6px;
}

ul.toTop a:hover {
	background-color: #acacac;
}

ul.fixed-bottom {
	position:fixed;
	bottom: 14px;
}

/*--------------------------------------
フッター
---------------------------------------*/
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 290px;
	min-width: 1024px;
	background: #000;
}

.credit {
	padding: 48px 0 0;
	text-align: center;
	color: #fff;
	font-size: 10px;
}

.credit .link {
	margin: 0 auto;
	width: 388px;
	height: 60px;
}

.credit .link a {
	padding-top: 60px;
	display: block;
	overflow: hidden;
	width: 388px;
	height: 0;
	background: url(../images/common/footer/banner.png) no-repeat center center #000;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	border: solid 1px #fff;
}

.credit .link a:hover {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

.credit .logo a {
	margin: 24px auto 0;
	padding-top: 69px;
	display: block;
	overflow: hidden;
	width: 200px;
	height: 0;
	background: url(../images/common/footer/logo.png) no-repeat center 8px;
}

.credit .logo a:hover {
	opacity: 0.7;
}

.copyright {
	padding-top: 8px;
	line-height: 1.2;
}

.credit a {
	color: #fff;
	text-decoration: underline;
}

.credit a:hover {
	color: #dad5d3;
}


/*--------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 640px) {

	/*--------------------------------------
	loading
	--------------------------------------*/
	.loading {
		background-size: 25px auto;
	}

	/*--------------------------------------
	コンテンツ
	--------------------------------------*/
	.wrapper {
		min-width: 320px;
}

	.container {
		padding-bottom: 220px;
		background: none;
	}

	/*--------------------------------------
	header
	--------------------------------------*/
	#top {
		padding-top: 120px;
		min-width: 0;
		height: 265px;
		background: url(../images/common/header/photo_sp.jpg) no-repeat center 40px;
		background-size: auto 225px;
	}

	.siteTitle {
		padding-top: 66px;
		background: url(../images/common/header/title_sp.png) no-repeat center 12px #fff;
		background-size: auto 50px;
	}

	.globalNav {
		min-width: 320px;
		height: 40px;
	}

	.globalNav li {
		height: 40px;
	}

	.navHome {
		width: 103px;
	}

	.navMovie {
		right: 196px;
		width: 63px;
		background: url(../images/common/nav/line_sp.png) no-repeat right center;
		background-size: auto 32px;
	}

	.navEvent {
		right: 91px;
		width: 105px;
		background: url(../images/common/nav/line_sp.png) no-repeat right center;
		background-size: auto 32px;
	}

	.navNews {
		right: 35px;
		width: 56px;
		background: url(../images/common/nav/line_sp.png) no-repeat right center;
		background-size: auto 32px;
	}

	.navTwitter {
		width: 35px;
	}

	.globalNav a {
		padding-top: 40px;
		background: url(../images/common/nav/nav_sp.png) no-repeat;
		background-size: 320px auto;
	}

	.navHome a {
		width: 52px;
		background-position: 0px center;
	}

	.navMovie a {
		width: 62px;
		background-position: -61px center;
	}

	.navEvent a {
		width: 104px;
		background-position: -124px center;
	}

	.navNews a {
		width: 55px;
		background-position: -229px center;
	}

	.navTwitter a {
		width: 35px;
		background-position: -285px center;
	}

	.globalNav a:hover {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}

	/*--------------------------------------
	コンテンツ
	--------------------------------------*/
	.primary {
		background: url(../images/contents/intro/bg.png) repeat-x center -10px;
	}

	#complete .primary {
		padding: 0;
		width: auto;
	}

	.introduction {
		padding: 24px 0 0;
		width: auto;
		height: auto;
		background: #000;
	}

	.introduction h2 {
		padding-top: 36px;
		position: static;
		width: auto;
		background: url(../images/contents/intro/title_sp.png) no-repeat center 0;
		background-size: auto 21px;
	}

	.introduction .lead {
		padding-top: 124px;
		position: static;
		width: auto;
		background: url(../images/contents/intro/lead_sp.png) no-repeat center top;
		background-size: 286px auto;
	}

	.introduction h2 + p {
		padding-top: 125px;
		position: static;
		background-position: center 0;
	}

	.introduction .term {
		margin: 24px auto;
		position: static;
		width: 296px;
		}

	.introduction .term dt {
		padding-top: 35px;
		width: auto;
		background: url(../images/contents/intro/title_term_sp.png) no-repeat center center;
		background-size: auto 15px;
		}

	.introduction .term dd {
		padding: 8px 0;
		overflow: visible;
		background: none;
		width: auto;
		height: auto;
		font-size: 13px;
		text-align: center;
		}

	.introduction #release {
		margin: 0 auto;
		padding: 0;
		position: static;
		width: 320px;
		border: none;
		}

	.introduction #release h3 {
		padding-top: 54px;
		position: static;
		width: 100%;
		background: url(../images/contents/release/title_sp.png) no-repeat center top;
		background-size: auto 45px;
	}

	.introduction #release .date {
		padding-top: 36px;
		position: static;
		width: 100%;
		background: url(../images/contents/release/date_sp.png) no-repeat center top;
		background-size: auto 25px;
	}

	.introduction .product {
		padding: 0;
	}

	.introduction .VIZL-893,
	.introduction .VICL-64436 {
		padding: 0 2px;
		width: 50%;
	}

	.introduction .jacket img {
		width: 100%;
	}

	.introduction .jacket,
	.introduction .VICL-64436 .jacket {
		margin: 0 auto;
		width: 100%;
		background-size: contain;
	}

	.introduction .detail {
		padding: 6px 6px 24px;
		text-align: center;
		line-height: 1.3;
	}

	.introduction .detail strong {
		padding-bottom: 2px;
		display: block;
		font-size: 11px;
		text-align: center;
		line-height: 1.2;
	}

.request {
	margin: 0 auto;
	padding: 0;
	float: none;
		width: 320px;
}

.request p {
	padding: 8px 0;
	display: block;
	width: auto;
	font-size: 13px;
	border-top: solid 1px;
	border-bottom: solid 1px;
	text-align: center;
}

.request dl {
	padding: 12px 0 20px;
	display: block;
	width: auto;
	border: none;
}

.request dt {
	padding: 0px 0 6px;
	line-height: 1.2;
	text-align: center;
}

.request dd {
	padding: 0px 0 0 18px;
}


	/* twitter */
	#tweet {
		padding: 16px 12px 0;
		overflow: hidden;
		width: 100%;
		height: 220px;
		border-radius: 0;
	}

	#tweet h2 {
		padding-top: 28px;
		position: static;
		width: auto;
		background: url(../images/contents/twitter/title_sp.png) no-repeat 0 0;
		background-size: auto 19px;
	}

	#tweet a {
		padding-top: 18px;
		top: 21px;
		right: 12px;
		width: 123px;
		background: url(../images/contents/twitter/account_sp.png) no-repeat center center;
		background-size: auto 12px;
	}

	.twitterWidget {
	
	}

	#tweet a:hover {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}


	/*--------------------------------------
	movie
	---------------------------------------*/
	#movie {
		margin: 0 auto;
		padding: 24px 12px 0;
		width: auto;
	}

	#movie h2 {
		padding-top: 32px;
		background-size: auto 19px;
	}

	#movie li {
		display: block;
		position: relative;
		overflow: hidden;
		padding: 30px 0 56.25%;
		height: 100%;
	}

	#movie iframe,
	#movie object,
	#movie embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#movie li:first-child {
		margin-bottom: 12px;
		padding-right: 0;
	}

/*--------------------------------------
上部へボタン
---------------------------------------*/

ul.toTop {
	position: absolute;
	bottom: 14px;
	right: 12px;
	z-index: 1001;
}

ul.toTop li {
	float: right;
	width: 35px;
	height: 35px;
}

ul.toTop a {
	padding-top: 35px;
	position: relative;
	display:block;
	overflow:hidden;
	width: 35px;
	height:0;
	background: url(../images/common/nav/totop.png) no-repeat center 12px #717171;
	background-size: auto 9px;
	border-radius: 4px;
}

ul.toTop a:hover {
	background-color: #acacac;
}

ul.fixed-bottom {
	position:fixed;
	bottom: 14px;
}

	/*--------------------------------------
	フッター
	---------------------------------------*/
	footer {
		min-width: 0;
		height: 180px;
	}

	.credit {
		padding: 24px 0 0;
		font-size: 9px;
	}

	.credit .link {
		margin: 0 auto;
		width: 224px;
		height: 50px;
	}

	.credit .link a {
		padding-top: 40px;
		width: 224px;
		background-size: auto 10px;
	}

	.credit .logo a {
		margin: 12px auto 0;
		padding-top: 46px;
		width: 120px;
		background-size: 100px auto;
	}

	.copyright {
		padding-top: 4px;
	}

	.credit .link a:hover {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}

	.credit .logo a:hover {
		opacity: 1;
	}

}</pre></body></html>