@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	backface-visibility:hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

html {
	-webkit-text-size-adjust: none;
	overflow-y: scroll;
	background: #fff;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 14px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo", serif;
	font-family: "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.15em;
	line-height: 1.6;
	color: #333;
}

@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop,
	body {
		font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", "Meiryo", serif;
	font-family: "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", verdana, sans-serif;
	}
}

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,
a:visited {
	text-decoration: underline;
	color: #333;
	outline: none;
	-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;
}

a:active,
a:hover,
a:focus {
	color: #333;
}

a:hover {
	text-decoration: underline;
		filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
}

table {
	border-collapse: collapse;
}


#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-overlay {
	min-width: 1024px;
}

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

.dummy {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*--------------------------------------
 * loading
 * ---------------------------------------*/


/* 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: 4000;
}


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

.wrapper {
	text-align: left;
	overflow: hidden;
	background: #fff;
	min-width: 1024px;
}

.container {
}


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

#top {
	position: relative;
	width: 100%;
	height: auto;
}


.siteTitle {
	padding-top: 58.76%;
	padding-top: 40%;
	position: absolute;
	top: 2%;
	left: 1%;
	overflow: hidden;
	width: 64%;
	height: 0;
	background: url(../images/common/header/title.png) no-repeat;
	background: url(../images/common/header/title.svg) no-repeat center top;
	background-size: 100% auto;
	z-index: 12;
}

#top .photo {
	background: url(../images/common/header/photo.jpg) no-repeat;
	background-size: 100% auto;
}

#top .photo img {
	width: 100%;
}


#top .sticker_feature {
	padding-top: 12%;
	position: absolute;
	right: 12px;
	top: 9%;
	width: 12%;
	background: #000;
	border-radius: 50%;
}

#top .sticker_feature a {
	margin-top: -100%;
	padding-top: 100%;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/common/header/feature.png) no-repeat;
	background-size: 100% auto;
	border-radius: 50%;
	z-index: 4;
}

#top .sticker_live {
	padding-top: 12%;
	position: absolute;
	right: 12px;
	top: 39%;
	width: 12%;
	background: #000;
	border-radius: 50%;
	z-index: 14;
}

#top .sticker_live a {
	margin-top: -100%;
	padding-top: 100%;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/common/header/live.png) no-repeat center top #fff;
	background-size: 100% auto;
	border-radius: 50%;
}

#top .sticker_movie {
	margin-top: -3.4%;
	padding-top: 12%;
	position: absolute;
	right: 12px;
	bottom: 2%;
	width: 12%;
	background: url(../images/common/header/movie.gif) no-repeat center center;
	background-size: auto 100%;
	border-radius: 50%;
	z-index: 14;
}

#top .sticker_movie a {
	margin-top: -100%;
	padding-top: 100%;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/common/header/film_link.png) no-repeat center center;
	background-size: 100% auto;
	border-radius: 50%;
}

/*
#top .sticker_movie {
	position: absolute;
	right: 0px;
	bottom: 20px;
	width: 18%;
	background: #aaa;
	background: url(../images/common/header/movie.gif) no-repeat center center;
	background-size: 75% auto;
	transform: rotate(8deg);
}

#top .sticker_movie:after {
	content: "";
	padding-top: 54%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 0;
	background: url(../images/common/header/film.png) no-repeat;
	background-size: 100% auto;
	z-index: 3;
}


#top .sticker_movie a {
	margin-top: 0%;
	padding-top: 54%;
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/common/header/film_link.png) no-repeat;
	background-size: 100% auto;
	z-index: 4;
}

#top .sticker_movie a:hover {
}
*/



/*SNS*/

.snsLink {
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 2px 0px 0px 0;
	z-index: 100;
}

.snsLink li {
	float: left;
}

.snsLink li.twitter {
	padding: 3px 0px 0px 5px;
	overflow: hidden;
}

iframe.twitter-share-button {
	font-size: 10px!important;
}

.snsLink li.facebook {
	margin: 3px 3px 0px 3px;
	position: relative !important;
	width: 71px;
	height: 25px;
}

.fb_share_count_nub_right {
	display: none !important;
}

.fb_share_count,
.fb_share_count_right {
	display: none !important;
}

.fb_iframe_widget {
	overflow: hidden;
	position: relative !important;
	width: 71px !important;
	height: 25px !important;
}

.fb_iframe_widget span {
	display: block;
	position: absolute !important;
	top: 0px;
	left: 0;
	width: 71px !important;
	height: 25px !important;
}

.fb_iframe_widget iframe {
	position: absolute;
	top: 0px;
	left: 0;
	width: 71px !important;
	height: 25px !important;
}

/* navigation */
#top nav {
	display: none;
}

.sb-slidebar.sb-left.sb-style-push.sb-active,
.sb-slidebar.sb-active,
.sb-slidebar,
#menuBtn {
	display: block;
	background: #000;
}

/* icon */
#menuBtn {
	display: block;
	position: fixed;
	top: 8px;
	left: 0;
	width: 56px;
	height: 56px;
	cursor: pointer;
	z-index: 1100;
	background: #000;
	border-radius: 0 4px 4px 0;
}

.sb-toggle-left {
	padding-top: 56px;
	overflow: hidden;
	display: block;
	width: 56px;
	height: 0;
	background: url(../images/common/nav/menu_default.png) no-repeat;
	background-size: auto 56px;
	-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;
}

.sb-active .sb-toggle-left {
	background: url(../images/common/nav/menu_close.png) no-repeat;
	background-size: auto 56px;
}

.sb-active .sb-toggle-left:hover,
.sb-toggle-left:hover {
	-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;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
}


.globalNav {
	display: none;
}


.sb-slidebar {
	padding: 16px 12px;
	width: 340px;
}

.navHome,
.navRelease,
.navMovie,
.navLive,
.navFeature,
.navRound30,
.navChigasaki {
	margin-top: -18px;
	width: 100%;
	transform: rotate(-6deg);
}

.navHome {
	margin-top: 0;
	padding-bottom: 24px;
	border-bottom: solid 3px #fff;
}


.navRelease {
	padding-top: 16px;
}

.sb-slidebar a {
	padding-top: 27.87%;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	background: url(../images/common/nav/nav.png) no-repeat;
	background-size: 296px auto;
}

.navHome a {
	padding-top: 27.87%;
	background: url(../images/common/nav/logo.png) no-repeat center center;
	background-size: 100% auto;
}

.navRelease a {
	background-position: center 0px;
}

.navMovie a {
	background-position: center -84px;
}

.navLive a {
	background-position: center -166px;
}

.navFeature a {
	background-position: center -248px;
}

.navRound30 a {
	background-position: center -330px;
}

.navChigasaki a {
	padding-top: 36.63%;
	background-position: center -412px;
}



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

.primary {
	margin: 0 auto;
	padding: 0px;
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
	z-index: 3;
	background: #fff;
}



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

#trailer {
	position: relative;
	clear: both;
	width: 100%;
}

#trailer h2 {
	display: none;
}

#trailer dl {
	margin: 0 auto;
	clear: both;
}

#trailer dt {
	display: none;
}

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

#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;
}


.mv-loading {
	display: none;
}


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

.banner {
	padding: 16px 0;
	clear: both;
	width: 100%;
	background: #000;
}

.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 {}


	/*--------------------------------------
	MovieDrip
	---------------------------------------*/
.mv-loading,
.mcp_height,
#type_cc_MovieDrip_wrap {
	display: none;
}

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

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

ul.toTop li {
	float: right;
	width: 58px;
	height: 58px;
	background: #000;
	border-radius: 4px;
}

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

ul.toTop a:hover {
}

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


/*--------------------------------------
フッター
---------------------------------------*/

footer {
	padding: 16px 0 32px;
	clear: both;
	position: relative;
	min-width: 1024px;
	width: 100%;
	height: 100px;
	text-align: center;
	letter-spacing: 0;
	z-index: 5;
	color: #fff;
	background: #000;
}

footer:before {
	content: "";
	margin-left: -514px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1024px;
	height: 1px;
	background: #fff;
}

.credit {
	font-size: 10px;
	line-height: 1.2;
}

footer .caution {
	padding-bottom: 4px;
	line-height: 1.4;
}

footer .caution br {
	display: none;
}

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

.copyright a:hover {}


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


/*--------------------------------------
* 横向き対応
* ---------------------------------------*/
	body.sp {
		min-width: 320px;
		background: none;
	}
	.sp a {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
	.sp a:hover {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}

	/*--------------------------------------
	* コンテンツ
	* ---------------------------------------*/
	/* loading */
	.sp .loading {
	}
	.sp .wrapper {
		min-width: 0;
	}
	.sp .container {
		padding: 0;
		position: relative;
	}
	/*--------------------------------------
	* ヘッダー
	* ---------------------------------------*/
	.sp #top {
		height: auto;
	}

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

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

	html {
		background: #000;
	}

	body {
		min-width: 320px;
		background: none;
	}

	a {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}

	a:hover {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	#fancybox-overlay {
		position: fixed;
		min-width: 0;
	}
	#fancybox-close {
		padding: 25px 0 0 0;
		top: 12px;
		right: 12px;
		width: 25px;
		background-size: 25px auto;
	}

	/*--------------------------------------
	* コンテンツ
	* ---------------------------------------*/
	/* loading */
	.loading {
		background-size: 25px;
	}

	.wrapper {
		min-width: 0;
	}

	.container {
		padding: 0;
	}

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

	#top {
	}


	.siteTitle {
		padding-top: 42%;
		position: absolute;
		top: auto;
		left: 0;
		bottom: 4%;
		width: 100%;
		background: url(../images/common/header/title_sp.png) no-repeat center top;
		background-size:70% auto;
	transform: rotate(-6deg);
	z-index: 10;
	}


	#top .photo {
		position: static;
		background: none;
	}

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

	#top .photo img {
		display: none;
	}

	#top .sticker_live {
		padding-top: 17%;
		right: 1.4%;
		top: auto;
		bottom: 2%;
		width: 17%;
	}

#top .sticker_live a {
}


	#top .sticker_feature {
		display: none;
	}

	#top .sticker_feature a {
	}

	#top .sticker_movie {
		padding-top: 17%;
		right: auto;
		left: 1.4%;
		top: auto;
		bottom: 2%;
		width: 17%;
	}

/*
	#top .sticker_movie {
		right: auto;
		left: -6px;
		bottom: 10px;
		width: 24%;
		transform: rotate(-16deg);
		z-index: 11;
	}

	#top .sticker_movie:after {
	}


	#top .sticker_movie a {
	}

	#top .sticker_movie a:hover {
	}
*/

	/*SNS*/
	.snsLink {
		top: 4px;
		right: 4px;
	}
	
	.sb-active .sb-toggle-left:hover,
	.sb-toggle-left:hover {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		filter: alpha(opacity=110);
		-moz-opacity: 1;
		opacity: 1;
	}

	.sb-slidebar {
		width: 240px;
	}

	.navHome,
	.navRelease,
	.navMovie,
	.navLive,
	.navFeature,
	.navRound30,
	.navChigasaki {
		margin-top: 0;
	}

	.sb-slidebar a {
		width: 100%;
		background-size: 100% auto;
	}

	.navHome a {
		padding-top: 27.87%;
		background: url(../images/common/nav/logo.png) no-repeat center center;
		background-size: 100% auto;
	}

	.navRelease a {
		background-position: center 0px;
	}

	.navMovie a {
		background-position: center -60px;
	}

	.navLive a {
		background-position: center -120px;
	}

	.navFeature a {
		background-position: center -180px;
	}

	.navRound30 a {
		background-position: center -240px;
	}

	.navChigasaki a {
		padding-top: 36.63%;
		background-position: center -300px;
	}

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

	.primary {
		margin: 0;
		padding: 0;
		width: 100%;
		height: auto;
		
	}



	/*--------------------------------------
	trailer
	---------------------------------------*/
	#trailer {
	}


	/*--------------------------------------
	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 {
		bottom: 8px;
		right: 8px;
	}
	ul.toTop li {
		width: 36px;
		height: 36px;
	}
	ul.toTop a {
		padding-top: 36px;
		width: 36px;
		background-size: auto 40px;
	}
	ul.fixed-bottom {
		bottom: 8px;
	}
	/*--------------------------------------
	フッター
	---------------------------------------*/
	footer {
		padding: 0 12px 48px;
		min-width: 0;
		height: auto;
		z-index: 5;
		text-align: left;
	}
	footer:before {
		display: none;
	}
	.credit {
    padding-top: 16px;
    border-top: solid 1px;
    color: #fff;
		font-size: 9px;
		line-height: 1.6;
		width: auto;
	}
	footer .caution {
		padding-bottom: 8px;
		text-align: left;
		line-height: 1.6;
	}

	footer .caution br {
		display: block;
	}

	
	/*--------------------------------------
	MovieDrip
	---------------------------------------*/
	.mv-loading {
		display: block;
		width: 100%;
		z-index: 999;
	}

	.mcp_height,
	#type_cc_MovieDrip_wrap {
		display: block;
	}

	.pc .mcp_height,
	.pc #type_cc_MovieDrip_wrap {
		display: none;
	}
	
	#type_cc_MovieDrip_wrap {
		position: fixed;
		right: 0;
		bottom: 0;
		z-index: 2999;
		width: 100%;
	}

	#type_cc_MovieDrip_wrap .type_cc_MovieDrip_controller {
		width: 100%;
		position: relative;
		border-top: solid 12px #000;
	}

	#type_cc_MovieDrip_wrap .type_cc_MovieDrip_controller div {
			position: absolute;
		left: 8px;
		bottom: 12px;
		width: 40px;
		height: 40px;
		background: #000;
		box-shadow:0px 0px 13px 5px rgba(0,0,0,0.31);
		-moz-box-shadow:0px 0px 13px 5px rgba(0,0,0,0.31);
		-webkit-box-shadow:0px 0px 13px 5px rgba(0,0,0,0.31);
		border-radius: 4px 4px 0 0;
	}

	#type_cc_MovieDrip_wrap .type_cc_MovieDrip_controller div span {
	}

	#type_cc_MovieDrip_wrap .type_cc_MovieDrip_controller div span:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 40px;
		height: 40px;
		background: url(../images/common/movie/close.png) no-repeat;
		background-size: 40px;
	}
	
	
	#type_cc_MovieDrip_wrap.type_cc_MovieDrip_off .type_cc_MovieDrip_controller div span:after {
		content: "";
		background: url(../images/common/movie/arrow.png) no-repeat;
		background-size: 40px;
	}


	#type_cc_MovieDrip_wrap  {
		background-color: #fff;
		box-shadow:0px 0px 13px 5px rgba(0,0,0,0.31);
		-moz-box-shadow:0px 0px 13px 5px rgba(0,0,0,0.31);
		-webkit-box-shadow:0px 0px 13px 5px rgba(0,0,0,0.31);
	}

	#type_cc_MovieDrip_wrap  .type_cc_MovieDrip_info {
		position: absolute;
		bottom: 8px;
		right: 5px;
		color: #333;
		font-size: 12px;
		background-color: rgba(251,251,251,.6);
	}

	#type_cc_MovieDrip_wrap  .type_cc_MovieDrip_info a {
		display: block;
		padding: 4px 5px;
		text-decoration: none;
		line-height: 1;
		letter-spacing: 0;
		font-size: 11px;
	}

	/*----- 動画終了時のデザイン変更  -----*/
	#type_cc_MovieDrip_wrap #moviedrip_no_repeat_return_btn img {
		display: none !important;
	}

	#type_cc_MovieDrip_wrap #moviedrip_no_repeat_link_btn {
		top: 33% !important;
	}

	#type_cc_MovieDrip_wrap #moviedrip_no_repeat_link_btn img {
		display: none !important;
	}

	#type_cc_MovieDrip_wrap #moviedrip_no_repeat_link_btn:after {
		content: "続きを見る";
		display: block;
		color: #fff;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		border: #fff 1px solid;
		padding: 12px 0;
		border-radius: 4px;
	}

	#moviedrip_telop canvas{
		background: green !important;
		opacity: 0.1 !important;
	}

	/*----- 動画終了時のデザイン変更  -----*/
	.mcp_height.mcp_height_none {
		height: 0px !important;
		background: #000;
	}

	#type_cc_MovieDrip_wrap div {
		position: static;
	}


}