@charset "UTF-8";

/*
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
	}
header, footer, nav, section, article, figure, aside {
display:block;
	}
img {
	vertical-align: bottom;
	border: none;
	}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
	}
table { margin : 0; empty-cells: show;}
li { list-style: none; padding: 0; margin: 0;}
a {
	color:#454545;
	text-decoration: none;
	}
a:hover,
a:active{
	color:#ea6189;
	text-decoration: underline;
	}

/****************************************

          common

*****************************************/
* {
	margin: 0;
	padding: 0;
	}
html {
	height: 100%;
	}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height: 1.6;
	height: 100%;
	background: url(../images/background/bg.png) repeat-x center 8px;
	color:#454545;
	font-family: 'Noto Sans Japanese', serif;
	-webkit-text-size-adjust: 100%;
	}

/****************************************

          Layout

*****************************************/
#wr{
	}
#wrapper {
	border-top:solid 8px #477bbe;
	background: url(../images/footer/footer-img.png) repeat-x center bottom;
 	position: relative;
	height: 100%;
	}
#cloud-left {
	background: url(../images/background/cloud-left.png) no-repeat left 20px;
	}
#cloud-right {
	background: url(../images/background/cloud-right.png) no-repeat right 20px;
	}
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../images/header/header.png) repeat-x center top;
	padding: 19px 0 0;
	z-index: 2;
	}
#contents {
 	position: relative;
 	width: 100%;
	text-align:center;
	padding-bottom: 100px;
 	z-index: 1;
	}
#maincontents {
 	position: relative;
	width: 980px;
	margin: 0 auto;
	overflow : hidden;
	_zoom:1;
	}
#maincontents #main {
	float: right;
	width: 686px;
	text-align:center;
	}

/* Navi
====================================== */
#nav {
	border: solid 9px #f7c7cd;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	background: #FFF url(../images/nav/nav-bg.png) repeat;
	}
#nav ul {
	padding:0;
	overflow:hidden;
	_zoom:1;
	}
#nav li {
	margin: 8px 0 9px;
	padding-bottom: 5px;
	border-bottom: solid 2px #f7c7cd;
	}
#nav li a,
#nav li span {
	overflow : hidden;
	display: block;
	height: 26px;
	padding-top: 26px;
	height: 0 !important;
	background: url(../images/nav/nav.png) no-repeat;
	}
#nav li a:hover,
#nav li .ac {
	background: url(../images/nav/nav-on.png) no-repeat;
	}
	
#nav li#lnav01 a { background-position: 0 -4px; } 
#nav li#lnav02 a,
#nav li#lnav02 span { background-position: 0 -40px; } 
#nav li#lnav03 a { background-position: 0 -77px; } 

#nav li#lnav01 a:hover,
#nav li#lnav01 .ac{ background-position: 0 -4px; } 
#nav li#lnav02 a:hover,
#nav li#lnav02 .ac{ background-position: 0 -40px; } 
#nav li#lnav03 a:hover,
#nav li#lnav03 .ac{ background-position: 0 -77px; }


/****************************************

          HOME

*****************************************/
body.home #wr{
 	min-width: 1030px
	}
body.home #maincontents {
width: 1030px;
}
body.home #maincontents {
width: 1030px;
}
body.home #nav {
	padding: 2px 15px 1px;
	margin: 0 0 27px;
	width: 222px;
	}
body.home #maincontents #leftContents {
	width: 300px;
	position: absolute;
	left:0;
	top:10px;
	z-index:10;
	}
body.home #maincontents #main {
	width: 703px;
	height: 985px;
	background: url(../images/home/main_img.png) no-repeat;
	margin: 25px 0 0;	
	}
body.home #onsokumaru{
    position : absolute;
	right:330px;
	top:0;
	z-index:20;
	}
body.home #wrapper #main .title {
	margin-top: 840px;
	}
body.home #wrapper #main .dvdRelease {
	margin-top: 3px;
	}
body.home .textArea {
	margin: 12px 0 5px 10px;
	}
body.home .staffcast {
	margin: 5px 0 ;
	font-size: 0;
	text-align:left;
	}

/* twitter
====================================== */
#twitter {
	border: solid 10px #f7c7cd;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	padding: 0 10px 7px;
	width: 230px; 
	position: relative;
	}
#twitter h3 {
	position: absolute;
	top: -30px;
	left: -10px;
	}
#twitter .body {
	width: 100%;
	height: 107px;
	overflow: hidden;
	}


/****************************************

          else

*****************************************/
body.else #nav {
	padding: 249px 15px 16px;
	margin: 0 0 13px 30px;
	width: 213px; 
	}
body.else #maincontents #leftContents {
	float: left;
	width: 290px;
	}
body.else #maincontents h1 {
	 position: absolute;
	 top: 9px;
	 left:0;
	 z-index: 10;
	}
body.else #onsokumaru{
    position : absolute;
	right:30px;
	top:30px;
	z-index:20;
	}
body.else #maincontents #main {
	min-height: 810px;
	/*background: url(../images/background/main-bg.png) repeat-y;*/
	}
body.else #maincontents #main .title {
	margin: 40px 0 20px;
	}
body.else #maincontents #main .mainbody {
	margin: 0 60px 30px;
	padding: 25px 33px 40px;
	text-align:left;
	background-color:#FFF;
	-webkit-box-shadow: 0 0 10px 0 #fff;
	-moz-box-shadow: 0 0 10px 0 #fff;
	box-shadow: 0 0 10px 0 #fff;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}

/* NEWS
====================================== */
body.else #maincontents #main .mainbody dl.news {
	margin: 10px 0 15px;
	padding-bottom: 4px;
	font-size: 1.0rem;
	border-bottom: solid 3px #ea5f87;
	}
body.else #maincontents #main .mainbody dl.news dt {
	font-size: 0.9rem;
	}
body.else #maincontents #main .mainbody dl.news dd {
	color:#ea5f87;
	}
body.else #maincontents #leftContents #list {
	border: solid 9px #f7c7cd;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	background-color:#FFF;
	padding: 25px 15px 10px;
	margin: 0 0 27px 30px;
	width: 213px; 
	}
body.else #maincontents #leftContents #list .listTitle {
	border-bottom: solid 2px #f7c7cd;
	padding-bottom: 3px;
	margin: 0 0 10px;
	background:url(../images/news/icon.png) no-repeat left center;
	text-align:left;
	padding-left: 25px;
	font-size: 0.9rem;
	font-family: 'Noto Sans Japanese', serif;
	font-weight:500;
	}
body.else #maincontents #leftContents #list ul {
	margin: 0 5px 20px;
	}
body.else #maincontents #leftContents #list ul li {
	text-align: left;
	margin-bottom: 2px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #f7c7cd;
	}

/* ITEM
====================================== */
body.else #maincontents #main .mainbody {
	min-height: 500px;
	overflow : hidden;
	_zoom:1;
	}
body.else #maincontents #main .mainbody h3 {
	color:#ea5f88;
	border-bottom: solid 2px #ea5f88;
	margin-bottom: 20px;
	padding-bottom: 3px;
	font-size: 1.2rem;
	font-weight:bold;
	}
body.else #maincontents #main .mainbody .disc_image {
	float: left;
	width:244px;
	}
body.else #maincontents #main .mainbody .disc_image .photo {
	float: left;
	width:50%;
	}
body.else #maincontents #main .mainbody .disc_image dl {
	margin-bottom:5px;
	}
body.else #maincontents #main .mainbody .disc_image dl>dt {
	position:relative;
	}
body.else #maincontents #main .mainbody .disc_image dl>dt a {
	transition: 0.2s ease-out;
	-webkit-transition: 0.2s ease-out;
	}
body.else #maincontents #main .mainbody .disc_image dl>dt a:hover {
	opacity: 0.6;
	}
body.else #maincontents #main .mainbody .disc_image dl>dt:after{
	content:url(../images/item/zoom.png);
	position:absolute;
	left: 3px;
	bottom: 3px;
	width: 18px;
	height: 19px;
	}
body.else #maincontents #main .mainbody .disc_image dl>dd {
	font-size: 0.6rem;
	}
body.else #maincontents #main .mainbody .disc_info {
	float: right;
	width:240px;
	}
body.else #maincontents #main .mainbody .release-date {
	color:#ea5f88;
	font-size: 1.2rem;
	}
body.else #maincontents #main .mainbody ul {
	margin-bottom: 20px;
	}
body.else #maincontents #main .mainbody ul li {
	margin-bottom: 3px;
	}
body.else #maincontents #main .mainbody ul li span {
	font-weight:bold;
	}
body.else #maincontents #main .mainbody .text {
	margin-top: 5px;
	margin-bottom: 15px;
	}	
/*body.else #maincontents #main .mainbody .specs {
	margin-top: 20px;
	border-left: solid 5px #ea5f87;
	padding-left: 10px;
	}*/

/* aj
====================================== */
.ml30 {
	margin-left: 35px;
	}

/****************************************

          footer

*****************************************/
#wrapper #footer {
	clear:both;
	margin: 4px 0 0;
	text-align:center;
	}
#wrapper #footer #copyright {
	font-size: 0.6rem;
	padding: 0 0 10px;
	}
	

.lity {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	background: #FFF;
	background: rgba(255, 255, 255, 0.9);
	outline: none !important;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
       	-o-transition: opacity 0.3s ease;
          	transition: opacity 0.3s ease;
	}
.lity.lity-opened {
	opacity: 1;
	}
.lity.lity-closed {
	opacity: 0;
	}
.lity * {
	-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	       box-sizing: border-box;
	}
.lity-wrap {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	outline: none !important;
	}
.lity-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
	}
.lity-loader {
	z-index: 9991;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -0.8em;
	width: 100%;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	     -o-transition: opacity 0.3s ease;
	        transition: opacity 0.3s ease;
	}
.lity-loading .lity-loader {
	opacity: 1;
	}
.lity-container {
	z-index: 9992;
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 100%;
	max-height: 100%;
	outline: none !important;
	}
.lity-content {
	z-index: 9993;
	width: 100%;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s ease;
	     -o-transition: -o-transform 0.3s ease;
	        transition: transform 0.3s ease;
	}
.lity-loading .lity-content,
.lity-closed .lity-content {
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	     -o-transform: scale(0.8);
	        transform: scale(0.8);
	}
.lity-content:after {
  content: '';
  position: absolute;
  right: 50%;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}
.lity-close {
  z-index: 9994;
  width: 55px;
  height: 55px;
  position: fixed;
  right: 50%;
  bottom: 20px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #ea6189;
  font-style: normal;
  font-size: 55px;
  font-family: Arial, Baskerville, monospace;
  line-height: 55px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #f8cbd2;
  font-style: normal;
  font-size: 55px;
  font-family: Arial, Baskerville, monospace;
  line-height: 55px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* Image */
.lity-image img {
	max-width: 100%;
	display: block;
	line-height: 0;
	border: 0;
	}
