@charset "utf-8";


html {
	height: 100%;
}

body {
	height: 100%;
	overflow-x: visible;
}

/*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/

.wrapper {
	text-align: left;
	overflow: hidden;
	background: #000;
	height: 100%;
	height: auto !important;
	min-height: 100%;
	min-width: 0;
}

.container {
	display: table;
	width: 100%;
	/* min-width: 1024px; */
}


/*--------------------------------------
 * ヘッダー
 * ---------------------------------------*/

#top {
	display: table-cell;
	vertical-align: top;
	width: 76%;
	height: 100%;
	background: #000;
}


.siteTitle {
	padding-top: 22.59%;
	overflow: hidden;
	position: fixed;
	top: 28%;
	left: 0;
	width: 90%;
	height: 0;
	opacity: 0;
	font-size: 10px;
	line-height: 100px;
	background: url(../images/home/header/title.svg) no-repeat center top;
	background-size: 100% auto;
	transform: rotate(-6deg);
	z-index: 9;
}

.siteTitle.move {
	-webkit-animation: titleMove 0.5s cubic-bezier(.02,.73,.22,1) 1 0s forwards;
	-moz-animation: titleMove 0.5s cubic-bezier(.02,.73,.22,1) 1 0s forwards;
	-ms-animation: titleMove 0.5s cubic-bezier(.02,.73,.22,1) 1 0s forwards;
	-o-animation: titleMove 0.5s cubic-bezier(.02,.73,.22,1) 1 0s forwards;
	animation: titleMove 0.5s cubic-bezier(.02,.73,.22,1) 1 0s forwards;
}

/* titleMove */
@-webkit-keyframes titleMove {
	0% { top: 28%; width: 100%; height: 26%; opacity: 0;}
	100% { top: 28%; width: 76%; height: 20%; opacity: 1;}
}


@-moz-keyframes titleMove {
	0% { top: 28%; width: 100%; height: 26%; opacity: 0;}
	100% { top: 28%; width: 76%; height: 20%; opacity: 1;}
}

@-ms-keyframes titleMove {
	0% { top: 28%; width: 100%; height: 26%; opacity: 0;}
	100% { top: 28%; width: 76%; height: 20%; opacity: 1;}
}

@-o-keyframes titleMove {
	0% { top: 28%; width: 100%; height: 26%; opacity: 0;}
	100% { top: 28%; width: 76%; height: 20%; opacity: 1;}
}


@keyframes titleMove {
	0% { top: 28%; width: 100%; height: 26%; opacity: 0;}
	100% { top: 28%; width: 76%; height: 20%; opacity: 1;}
}


.intro {
	position: fixed;
	top: 36%;
	left: 0;
	width: 100%;
	height: 26%;
	font-size: 10px;
	background: rgba(255, 255, 255, 0);
	background-size: auto;
	transform: rotate(-5.5deg);
	z-index: 9;
}

.intro.move {
	-webkit-animation: introMove 0.5s cubic-bezier(.02,.73,.22,1) 1 0s forwards;
	-moz-animation: introMove 0.5s cubic-bezier(.02,.73,.22,1) 1 0s forwards;
	-ms-animation: introMove 0.5s cubic-bezier(.02,.73,.22,1) 1 0s forwards;
	-o-animation: introMove 0.5s cubic-bezier(.02,.73,.22,1) 1 0s forwards;
	animation: introMove 0.5s cubic-bezier(.02,.73,.22,1) 1 0s forwards;
}

/* introMove */
@-webkit-keyframes introMove {
	0% { top: 36%; width: 100%; height: 26%; opacity: 1;}
	100% { top: 32%; width: 76%; height: 20%; opacity: 0;}
}


@-moz-keyframes introMove {
	0% { top: 36%; width: 100%; height: 26%; opacity: 1;}
	100% { top: 32%; width: 76%; height: 20%; opacity: 0;}
}

@-ms-keyframes introMove {
	0% { top: 36%; width: 100%; height: 26%; opacity: 1;}
	100% { top: 32%; width: 76%; height: 20%; opacity: 0;}
}

@-o-keyframes introMove {
	0% { top: 36%; width: 100%; height: 26%; opacity: 1;}
	100% { top: 32%; width: 76%; height: 20%; opacity: 0;}
}


@keyframes introMove {
	0% { top: 36%; width: 100%; height: 26%; opacity: 1;}
	100% { top: 32%; width: 76%; height: 20%; opacity: 0;}
}


.catch1 {
	padding-top: 7.88%;
	display: none;
	overflow: hidden;
	width: 50%;
	height: 0;
	background: url(../images/home/intro/catch1.svg) no-repeat center center;
	background-size: 100% auto;
	}

.catch1.active {
	display: block;
	-webkit-animation: catch1 0.5s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
	-moz-animation: catch1 0.5s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
	-ms-animation: catch1 0.5s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
	-o-animation: catch1 0.5s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
	animation: catch1 0.5s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
}

/* catch1 */
@-webkit-keyframes catch1 {
	0% { margin-left: -100%;}
	40% { margin-left: 15%; }
	100% { margin-left: 15%; }
}


@-moz-keyframes catch1 {
	0% { margin-left: -100%;}
	40% { margin-left: 15%; }
	100% { margin-left: 15%; }
}

@-ms-keyframes catch1 {
	0% { margin-left: -100%;}
	40% { margin-left: 15%; }
	100% { margin-left: 15%; }
}

@-o-keyframes catch1 {
	0% { margin-left: -100%;}
	40% { margin-left: 15%; }
	100% { margin-left: 15%; }
}


@keyframes catch1 {
	0% { margin-left: -100%;}
	40% { margin-left: 15%; }
	100% { margin-left: 15%; }
}

.catch2 {
	margin-top: -2%;
	padding-top: 14.53%;
	display: none;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/home/intro/catch2.svg) no-repeat center center;
	background-size: 100% auto;
}

.catch2.active {
	display: block;
	-webkit-animation: catch2 1s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
	-moz-animation: catch2 1s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
	-ms-animation: catch2 1s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
	-o-animation: catch2 1s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
	animation: catch2 1s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
}

/* catch2 */
@-webkit-keyframes catch2 {
	0% { margin-left: -100%;}
	100% { margin-left: 50%; }
	100% { margin-left: 0%; }
}


@-moz-keyframes catch2 {
	0% { margin-left: -100%;}
	30% { margin-left: 50%; }
	100% { margin-left: 0%; }
}

@-ms-keyframes catch2 {
	0% { margin-left: -100%;}
	30% { margin-left: 50%; }
	100% { margin-left: 0%; }
}

@-o-keyframes catch2 {
	0% { margin-left: -100%;}
	30% { margin-left: 50%; }
	100% { margin-left: 0%; }
}


@keyframes catch2 {
	0% { margin-left: -100%;}
	30% { margin-left: 0%; }
	100% { margin-left: 0%; }
}


#top .photo {
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: none;
	z-index: 8;
}

#top.move,
#top .photo.move {
	-webkit-animation: photoArea 0.5s cubic-bezier(.02,.73,.22,1) 1 0s forwards;
	-moz-animation: photoArea 0.5s cubic-bezier(.02,.73,.22,1) 1 0s forwards;
	-ms-animation: photoArea 0.5s cubic-bezier(.02,.73,.22,1) 1 0s forwards;
	-o-animation: photoArea 0.5s cubic-bezier(.02,.73,.22,1) 1 0s forwards;
	animation: photoArea 0.5s cubic-bezier(.02,.73,.22,1) 1 0s forwards;
}

/* photoArea */
@-webkit-keyframes photoArea {
	0% { width: 100%;}
	100% { width: 76%; }
}


@-moz-keyframes photoArea {
	0% { width: 100%;}
	100% { width: 76%; }
}

@-ms-keyframes photoArea {
	0% { width: 100%;}
	100% { width: 76%; }
}

@-o-keyframes photoArea {
	0% { width: 100%;}
	100% { width: 76%; }
}


@keyframes photoArea {
	0% { width: 100%;}
	100% { width: 76%; }
}

#top .photo:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100.1%;
	height: 100.1%;
	background: url(../images/home/header/photo_filter.jpg) no-repeat center top;
	background-size: cover;
	opacity: 0;
	z-index: 8;
}

#top .photo.active:after {
	-webkit-animation: photo 2s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
	-moz-animation: photo 2s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
	-ms-animation: photo 2s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
	-o-animation: photo 2s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
	animation: photo 2s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
}

/* photo */
@-webkit-keyframes photo {
	0% { opacity: 0; }
	2% { opacity: 1;}
	100% { opacity: 0; }
}


@-moz-keyframes photo {
	0% { opacity: 0; }
	2% { opacity: 1;}
	100% { opacity: 0; }
}

@-ms-keyframes photo {
	0% { opacity: 0; }
	2% { opacity: 1;}
	100% { opacity: 0; }
}

@-o-keyframes photo {
	0% { opacity: 0; }
	2% { opacity: 1;}
	100% { opacity: 0; }
}


@keyframes photo {
	0% { opacity: 0; }
	2% { opacity: 1;}
	100% { opacity: 0; }
}


#top .photo_sp {
	display: none;
}

#top .photo img {
	width: 100.1%;
	height: 100.1%;
	/* min-width: 779px; */
	background: url(../images/home/header/photo.jpg) no-repeat center top;
	background-size: cover;
	opacity: .2;
}

#top .photo.active img {
	opacity: 1;
}

/*SNS*/
.snsLink {
	padding: 2px 0px 0px 0;
	position: fixed;
	top: 4px;
	left: auto;
	right: 24.5%;
	opacity: 0;
	z-index: 100;
}

/* navigation */
.sb-slidebar.sb-left.sb-style-push.sb-active,
.sb-slidebar.sb-active,
.sb-slidebar,
#menuBtn {
	background: #000;
}

#menuBtn.active,
.snsLink.active {
	-webkit-animation: fadeIn 3s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
	-moz-animation: fadeIn 3s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
	-ms-animation: fadeIn 3s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
	-o-animation: fadeIn 3s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
	animation: fadeIn 3s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
}

#menuBtn {
	opacity: 0;
}

.sb-toggle-left {
}

.sb-active .sb-toggle-left {
}

/*
@media only screen and (max-width: 1024px) {
	.siteTitle {
		top: 32%;
		padding-top: 180px;
		width: 779px;
	}
	.intro {
		top: 32%;
		height: 180px;
		width: 779px;
	}
}
*/

/*--------------------------------------
whatsnew
---------------------------------------*/
#whatsnewCopy,
#whatsnew {
	margin: 0 auto;
	padding: 0 0 0 16px;
	position: fixed;
	bottom: 12px;
	left: 0;
	width: 40%;
	min-width: 440px;
	opacity: 0;
	z-index: 12;
}


#whatsnewCopy {
	display: none;
}


#whatsnew.active {
	-webkit-animation: fadeIn 3s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
	-moz-animation: fadeIn 3s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
	-ms-animation: fadeIn 3s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
	-o-animation: fadeIn 3s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
	animation: fadeIn 3s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
}

/* fadeIn */
@-webkit-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}


@-moz-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@-o-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}


@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

#whatsnewCopy h2,
#whatsnew h2 {
	display: none;
}

#whatsnewCopy .feed,
#whatsnew .feed {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

#whatsnewCopy .entryList,
#whatsnew .entryList {
	width: 100%;
}

#whatsnewCopy .entryList li,
#whatsnew .entryList li {
	display: none;
}

#whatsnewCopy .entryList .entry1,
#whatsnewCopy .entryList .entry2,
#whatsnewCopy .entryList .entry3,
#whatsnew .entryList .entry1,
#whatsnew .entryList .entry2,
#whatsnew .entryList .entry3 {
	padding: 2px 0;
	display: block;
	font-size: 12px;
	line-height: 1.6;
	color: #fff;
}

#whatsnew .entryList .entry1 {
}

#whatsnewCopy time,
#whatsnew time {
	padding: 0 0 2px 0;
	position: relative;
	display: table-cell;
	vertical-align: top;
	font-size: 11px;
	text-shadow: 0px 0px 14px #000000;
}

#whatsnew time:after {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 1);
}

#whatsnewCopy p,
#whatsnew p {
	padding: 0 0px 2px 8px;
	display: table-cell;
	vertical-align: top;
	font-size: 12px;
	text-shadow: 0px 0px 14px #000000;
}

#whatsnewCopy .entryList a,
#whatsnew .entryList a {
	padding: 2px 0;
	color: #fff;
	display: block;
	text-decoration: none;
}

#whatsnew a:hover {
}

#whatsnewCopy {
	display: none;
}

/*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/

.primary {
	margin: 0 0 0;
	padding: 0px 0 0px;
	position: relative;
	overflow: visible;
	display: table-cell;
	vertical-align: top;
	width: 24%;
	height: 100%;
	/* min-width: 245px; */
	text-align: left;
	z-index: 12;
	opacity: 0;
	background: #000;
}

.primary.active {
	-webkit-animation: fadeIn 2s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
	-moz-animation: fadeIn 2s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
	-ms-animation: fadeIn 2s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
	-o-animation: fadeIn 2s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
	animation: fadeIn 2s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
}

/* fadeIn */
@-webkit-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}


@-moz-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@-o-keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}


@keyframes fadeIn {
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}


.primary:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -500px;
	left: 0;
	width: 100%;
	height: 1200px;
	background: #000;
	z-index: 9;
}

/*--------------------------------------
trailer
---------------------------------------*/

#trailerCopy,
#trailer {
	position: relative;
	clear: both;
	width: 100%;
	z-index: 10;
}

#trailerCopy {
	display: none;
}

#trailer h2 {
	display: none;
}

#trailerCopy li,
#trailer li {
	position: relative;
	padding: 30px 0 56.25%;
	height: 100%;
}

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

#trailer figcaption {
	display: block;
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
}

#trailer figcaption {
	display: none;
}

/*--------------------------------------
release
---------------------------------------*/

#releaseInfo {
	position: relative;
	background: #fc5b90;
	z-index: 10;
}

#releaseInfo h2 {
	display: none;
}

#releaseInfo a {
	padding-top: 52.5%;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/home/banner/release.png) no-repeat;
	background-size: 100% auto;
}

#releaseInfo img {
	position: absolute;
	top: 28.42%;
	left: 2.77%;
	width: 37%;
	height: auto;
	background: url(../images/home/banner/release_VIZL-1700.jpg) no-repeat;
	background-size: 100% auto;
}


/*--------------------------------------
live
---------------------------------------*/

#liveInfo {
	position: relative;
	background: #fff;
	z-index: 10;
}

#liveInfo h2 {
	display: none;
}

#liveInfo a {
	padding-top: 47.5%;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/home/banner/live.png) no-repeat;
	background-size: 100% auto;
}

/*--------------------------------------
feature
---------------------------------------*/

#featureInfo {
	position: relative;
	float: left;
	width: 50%;
	background: #fff;
	z-index: 10;
}

#featureInfo h2 {
	display: none;
}

#featureInfo a {
	padding-top: 100%;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/home/banner/feature.png) no-repeat;
	background-size: 100% auto;
}

/*--------------------------------------
round30
---------------------------------------*/

#round30 {
	position: relative;
	float: left;
	width: 50%;
	background: #fff0b4;
	z-index: 10;
}

#round30 h2 {
	display: none;
}

#round30 a {
	padding-top: 100%;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/home/banner/round30.png) no-repeat;
	background-size: 100% auto;
}


/*--------------------------------------
chigasaki
---------------------------------------*/

#chigasaki {
	position: relative;
	clear: both;
	background: #fff;
	z-index: 10;
}

#chigasaki h2 {
	display: none;
}

#chigasaki a {
	padding-top: 25%;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/home/banner/chigasaki.png) no-repeat;
	background-size: 100% auto;
}




/*--------------------------------------
banner
---------------------------------------*/

.banner {
	padding: 16px 0;
	position: relative;
	clear: both;
	width: 100%;
	z-index: 10;
}

.banner ul {
	margin: 0 auto;
	text-align: center;
}

.banner li {
	padding: 8px 3px;
	display: inline-block;
	text-align: center;
}

.banner li.sasfanPC {
	display: inline-block;
}

.banner li.sasfanSP {
	display: none;
}

.banner img {
	height: 25px;
	width: auto;
}

.banner a {}

.banner a:hover {}


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

ul.toTop {
	display: none;
}

	/*--------------------------------------
	footer
	---------------------------------------*/

footer {
	padding: 0px 16px 14px;
	position: relative;
	min-width: 0;
	width: auto;
	height: auto;
	text-align: left;
	z-index: 10;
}

footer:before {
	display: none;
}


footer .credit {
	padding-top: 16px;
	border-top: solid 1px;
	color: #fff;
}

.copyright a {
	color: #fff;
}


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


/*--------------------------------------
* 横向き対応
* ---------------------------------------*/










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

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

	body {
		min-width: 320px;
	}

	/*--------------------------------------
	* コンテンツ
	* ---------------------------------------*/

	.wrapper {
		min-width: 0;
	}

	.container {
		padding: 0;
	}

	/*--------------------------------------
	* ヘッダー
	* ---------------------------------------*/

	#top {
		display: block;
		width: 100%;
		height: auto;
	}

	.siteTitle {
	padding-top: 42%;
		position: absolute;
		top: auto;
		bottom: 4%;
		width: 100%;
		background: url(../images/common/header/title_sp.png) no-repeat center top;
	background-size:70% auto;
	}

	.siteTitle.move {
		-webkit-animation: titleMoveSp 1s cubic-bezier(.02,.73,.22,1) 1 0s forwards;
		animation: titleMoveSp 1s cubic-bezier(.02,.73,.22,1) 1 0s forwards;
	}

	/* titleMove */
	@-webkit-keyframes titleMoveSp {
		0% { opacity: 0;}
		100% { opacity: 1;}
	}

	@keyframes titleMoveSp {
		0% { opacity: 0;}
		100% { opacity: 1;}
	}

	#top .photo {
		position: static;
		width: 100%;
		height: auto;
	}

	#top .photo:after {
	content: "";
	padding-top: 74.375%;
	display: block;
	position: static;
	overflow: hidden;
	width: 100%;
	height: 0;
	opacity: 1;
		background: url(../images/common/header/photo_sp.jpg) no-repeat center top;
		background-size: cover;
	}

	#top .photo img {
		display: none;
	}

	#top .photo.active:after,
	#top.move,
	#top .photo.move {
		-webkit-animation: none;
		animation: none;
	}

	.intro {
		position: absolute;
		top: auto;
		bottom: 22%;
	}

	.intro.move {
		-webkit-animation: introMoveSp 1s cubic-bezier(.02,.73,.22,1) 1 0s forwards;
		animation: introMoveSp 1s cubic-bezier(.02,.73,.22,1) 1 0s forwards;
	}

	/* introMove */
	@-webkit-keyframes introMoveSp {
		0% { opacity: 1;}
		100% { opacity: 0;}
	}

	@keyframes introMoveSp {
		0% { opacity: 1;}
		100% { opacity: 0;}
	}

	.catch1 {
		margin-left: 16%;
	}

.catch1.active,
.catch2.active {
	display: block;
	-webkit-animation: catchSp 1s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
	animation: catchSp 1s cubic-bezier(.27, .8, 0, 1) 1 0s forwards;
}

/* catch2 */
@-webkit-keyframes catchSp {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

@keyframes catchSp {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

	/*SNS*/
	.snsLink {
		position: absolute;
		top: 4px;
		right: 4px;
		z-index: 5;
		opacity: 1;
	}

	#menuBtn.active,
	.snsLink.active {
		-webkit-animation: none;
		-moz-animation: none;
		-ms-animation: none;
		-o-animation: none;
		animation: none;
	}
	
	
	#menuBtn {
		opacity: 1;
	}


	/*--------------------------------------
	whatsnew
	---------------------------------------*/
	#whatsnewCopy {
		padding: 24px 8px 24px;
		position: static;
		clear: both;
		display: block;
		width: auto;
		opacity: 1;
		min-width: 0;
	}
	
	#whatsnew {
		display: none;
	}

	#whatsnew.active {
		-webkit-animation: none;
		-moz-animation: none;
		-ms-animation: none;
		-o-animation: none;
		animation: none;
	}

	#whatsnewCopy h2 {
		padding-top: 28px;
		display: block;
		overflow: hidden;
		width: 100%;
		height: 0;
		background: url(../images/home/whatsnew/title_sp.png) no-repeat center top;
		background-size: auto 26px;
	}

	#whatsnewCopy .feed {
		margin: 0 auto;
		width: 100%;
		overflow: hidden;
	}

	#whatsnewCopy .entryList {
		width: 100%;
	}

	#whatsnewCopy .entryList li {
		display: none;
	}

	#whatsnewCopy .entryList .entry1,
	#whatsnewCopy .entryList .entry2,
	#whatsnewCopy .entryList .entry3 {
		padding: 6px 0 2px;
		border-top: solid 1px rgba(255, 255, 255, .3);
	}

	#whatsnewCopy .entryList .entry1 {
		padding-top: 0;
		border: none;
	}

	#whatsnewCopy time {
		padding: 0 0 4px 0;
		display: block;
		font-size: 11px;
		text-shadow: none;
	}

	#whatsnewCopy time:after {
		display: none;
	}

	#whatsnewCopy p {
		padding: 0 0px 2px 0;
		display: block;
	font-size: 13px;
		text-shadow: none;
	}

	#whatsnewCopy .entryList a {
		padding: 2px 0;
	}

	#whatsnewCopy a:hover {
	}



/*--------------------------------------
 * コンテンツ
 * ---------------------------------------*/

	.primary {
		margin: 0;
		padding: 0;
		display: block;
		width: 100%;
		height: auto;
		opacity: 1;
	}

	.primary.active {
		-webkit-animation: none;
		-moz-animation: none;
		-ms-animation: none;
		-o-animation: none;
		animation: none;
	}

	.primary:after {
		display: none;
	}

	/*--------------------------------------
	trailer
	---------------------------------------*/
	#trailerCopy {
		padding: 0 8px;
		display: block;
	}
	
	#trailer {
		display: none;
	}



	/*--------------------------------------
	banner
	---------------------------------------*/
	.banner {
		margin: 0 auto 0;
		padding: 0;
		display: block;
		width: auto;
	}
	
	.banner ul {
		padding: 16px 0;
		width: auto;
	}
	
	.banner li {
		padding: 8px 0;
		display: block;
		text-align: center;
	}
	
	.banner li.sasfanPC {
		display: none;
	}
	
	.banner li.sasfanSP {
		display: block;
	}
	
	.banner img {
		height: 27px;
		width: auto;
	}
	
	.banner a {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
	
	.banner a:hover {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	
	/*--------------------------------------
	上部へボタン
	---------------------------------------*/
	ul.toTop,
	ul.fixed-bottom {
		position: fixed;
		display: block;
		bottom: 20px;
	}

	/*--------------------------------------
	フッター
	---------------------------------------*/
	footer {
		padding: 0 12px 48px;
		min-width: 0;
		height: auto;
		z-index: 5;
	}


}