@charset "utf-8";

/*-----------------------------------------
reset
-----------------------------------------*/
* {
	max-height: 100%;/*スマホ：文字拡大対策*/
	max-width: 100%;/*スマホ：文字改行対策*/
}
#jquery-overlay {
	max-height: none;
}

article, aside, figure, footer, header,hgroup, nav, section {
	display:block;
}

body,div,pre,blockquote,
embed,object,fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
/*-----------------------------------------
sentence
-----------------------------------------*/
p,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

b,em,u,address {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

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

dl,dt,dd {
	margin: 0;
	padding: 0;
}

/*-----------------------------------------
img
-----------------------------------------*/
img {
	vertical-align: bottom;
}

a img {
	border: 0;
}

/*-----------------------------------------
hr
-----------------------------------------*/
hr {
	display: none;
	margin: 0;
}

/*-----------------------------------------
table
-----------------------------------------*/
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0; /* For NN6.0 higher or Opera*/
}

th,td {
	padding: 0;
}

/*-----------------------------------------
text-align
-----------------------------------------*/
.taLeft {
	text-align: left !important;
}

.taRight {
	text-align: right !important;
}

.taCenter {
	text-align: center !important;
}

/*-----------------------------------------
float
-----------------------------------------*/
.floatLeft {
	float: left !important;
}

.floatRight {
	float: right !important;
}

.clearBoth {
	clear: both !important;
}

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix { display: inline-block; }
/* no ie mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */


/*-----------------------------------------
margin
-----------------------------------------*/
/* margin-top */
.mt0 {margin-top: 0px!important;}
.mt5 {margin-top: 5px!important;}
.mt10 {margin-top: 10px!important;}
.mt15 {margin-top: 15px!important;}
.mt20 {margin-top: 20px!important;}
.mt25 {margin-top: 25px!important;}
.mt30 {margin-top: 30px!important;}
.mt35 {margin-top: 35px!important;}
.mt40 {margin-top: 40px!important;}

/* margin-right */
.mr0 {margin-right: 0px!important;}
.mr5 {margin-right: 5px!important;}
.mr10 {margin-right: 10px!important;}
.mr15 {margin-right: 15px!important;}
.mr20 {margin-right: 20px!important;}
.mr25 {margin-right: 25px!important;}
.mr30 {margin-right: 30px!important;}
.mr35 {margin-right: 35px!important;}
.mr40 {margin-right: 40px!important;}

/* margin-bottom */
.mb1em {margin-bottom: 1em!important;}
.mb0 {margin-bottom: 0px!important;}
.mb5 {margin-bottom: 5px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb15 {margin-bottom: 15px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb25 {margin-bottom: 25px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb35 {margin-bottom: 35px!important;}
.mb40 {margin-bottom: 40px!important;}

/* margin-left */
.ml0 {margin-left: 0px!important;}
.ml5 {margin-left: 5px!important;}
.ml10 {margin-left: 10px!important;}
.ml15 {margin-left: 15px!important;}
.ml20 {margin-left: 20px!important;}
.ml25 {margin-left: 25px!important;}
.ml30 {margin-left: 30px!important;}
.ml35 {margin-left: 35px!important;}
.ml40 {margin-left: 40px!important;}


/*-----------------------------------------
common
-----------------------------------------*/
html, body {
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	text-align: left;
	line-height: 160%;
	background: #000;
	font-family: sans-serif;
}

body,input,textarea {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 13px;
}

a {
	outline: none;
}

/* link */
a:link {
	color: #CA1921;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #CA1921;
	text-decoration: none;
}

a:active {
	color: #CA1921;
	text-decoration: none;
}

img {
	vertical-align: top;
}

strong {
	font-weight: bold;
	color: #df4c8f;
}




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

globalNav

-----------------------------------------*/
#globalNav {
	position: absolute;
	top: 50%;
	right: 40px;
	z-index: 40;
	background: url(../images/common/bg_gnav.png) no-repeat 0 0;
	width: 141px;
	height: 336px;
	margin-top: -200px;
	padding: 32px 41px 32px 43px;
}

#globalNav.fixed {
	position: fixed!important;
	top: 40px!important;
	margin-top: 0;
}

#globalNav.sp {
	background: none;
	margin-top: 0;
	padding: 0;
	height: auto;
	top: 30px!important;
	right: 30px!important;
}

#globalNav.sp li .new {
	display: none!important;
}

#globalNav li .title {
	margin-right: 21px;
	visibility: visible;
}

#globalNav li a,
#globalNav li span {
	position: relative;
	background-image: url(../images/common/gnav_indicator.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	display: block;
	height: 31px;
	padding: 17px 0 0 0;
	text-align: right;
	vertical-align: middle;
}

#globalNav li a:hover {
	background-image: url(../images/common/gnav_indicator_current.png);
}

#globalNav li.current a {
	background-image: url(../images/common/gnav_indicator_current.png);
}

#globalNav li .new {
	position: absolute;
	top: 1px;
	right: -35px;
}

#globalNav li.close {
	opacity: 0.3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(opacity=30)";
	-khtml-opacity: 0.3;
}

#globalNav.sp li.close {
	display: none;
}

#globalNav.sp li a,
#globalNav.sp li span {
	background-position: 100% 7px;
	padding: 5px 0 5px 0;
}

#globalNav.sp li .title {
	visibility: hidden;
}

#globalNav.sp li a:hover .title {
	visibility: visible;
}

@media screen and (max-width:1250px) {
	#globalNav {
		background: none;
		padding: 0;
	}

	#globalNav li a,
	#globalNav li span {
		background-position: 100% 7px;
		padding: 5px 0 5px 0;
	}
}
@media screen and (max-width:1100px) {
	#globalNav {
		background: none;
		padding: 0;
	}

	#globalNav li .title {
		visibility: hidden;
	}

	#globalNav li a:hover .title {
		visibility: visible;
	}
}


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

localNav

-----------------------------------------*/
#contents .localNav.transition {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#contents .localNav {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -480px;
	width: 960px;
}

#contents .localNav ul {
	position: relative;
	width: 240px;
	margin-left: 720px;
	padding: 40px 0;
	z-index: 30;
}

#contents .localNav li {
	margin-bottom: 10px;
}

#contents .localNav li:last-child {
	margin-bottom: 0;
}

#contents .localNav a {
	display: block;
	background: url(../images/common/bg_localnav.png) no-repeat 0 0;
	padding: 0 0 0 20px;
	min-height: 20px;
	line-height: 180%;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

#contents .localNav li.current,
#contents .localNav a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#contents .localNav li.current a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#contents .localNav li img.new {
	margin-left: 5px;
	margin-top: -7px;
}



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

contents

-----------------------------------------*/
#contents .inner {
	width: 960px;
	margin: 0 auto;
	padding: 50px 0 50px 0;
}

#contents #privilege .paper,
#contents #system .paper,
#contents #character .person,
#contents #movie section,
#contents #special section {
	position: relative;
	z-index: 20;
}

#contents .title1 {
	background: url(../images/common/bg_title01.png) no-repeat 0 50%;
	padding: 4px 0 0 30px;
	min-height: 22px;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
}

#contents .title1 .new {
	vertical-align: top;
	margin: -10px 0 0 10px;
}

#contents .title2 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #9E005F;
}

#contents .list1 li {
	list-style: none !important;
	background: url(../images/common/bg_item01.png) no-repeat 0 0.6em;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
}

#contents .list1 li:last-child {
	margin: 0;
}

#contents .frame {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 1px;
}

#contents section .button {
	margin-bottom: 10px;
}

#contents section .button a {
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-right: 5px solid #9E0060;
	border-bottom: 5px solid #9E0060;
	background: #CC007A;
	padding: 10px 20px;
	line-height: 100%;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

#contents section .button a:hover {
	margin: 5px 0 0 5px;
	border: none;
}

#contents .paper {
	padding: 54px 0 0 0;
	background: url(../images/system/bg_system_top.png) no-repeat 0 0;
	width: 657px;
	line-height: 180%;
	font-size: 13px;
	color: #25170D;
}

#contents .paperWrapper {
	padding: 0 0 9px 0;
	background: url(../images/system/bg_system_bottom.png) no-repeat 0 100%;
	width: 657px;
}

#contents .paperInner {
	background: url(../images/system/bg_system_middle.gif) repeat-y 0 0;
	width: 657px;
}

#contents .paperContent {
	padding: 12px 40px 40px 40px;
	width: 580px;
}

#contents .paper .unit {
	margin: 30px 0 0 0;
}

#contents .paper .unit:after {
	content: "";
	clear: both;
	display: block;
}

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

Table

-----------------------------------------*/
#contents table {
	width: 100%;
	color: #000;
}

#contents table th {
	border-left: 1px solid #A62C77;
	border-right: 1px solid #A62C77;
	padding: 10px;
	vertical-align: top;
	font-size: 12px;
	font-weight: normal;
}

#contents table th.th01 {
	background: #9E0060;
	color: #FFF;
}

#contents table th.th02 {
	border: 1px solid #DDD;
	background: #F5F5F5;
}

#contents table td {
	border: 1px solid #DDD;
	background: #FFF;
	padding: 10px;
	vertical-align: top;
	font-size: 12px;
}

#contents table th.center,
#contents table td.center {
	text-align: center;
}

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

Top

-----------------------------------------*/
#contents #header {
	position: relative;
	background: url(../images/top/bg_top.jpg) no-repeat center 38%;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	color: #000;
	overflow: hidden;
	min-width: 960px;
}

#contents #header .psvita {
	position: absolute;
	top: 30px;
	left: 30px;
}

#contents #header #social {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 50;

	height: 90px; overflow: hidden;/*AQUAPLUS*/
}
#contents #header #social .fb-like {/*AQUAPLUS*/
	width: 100px;
	height: 21x;
	overflow: hidden;
}

#contents #header #social li {
	float: left;
	margin-left: 20px;
}

#contents #header #social:after {
	content: "";
	clear: both;
	display: block;
}

#contents #header #visual {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-top: 130px;
}

#contents #header #visual #logo {
	position: absolute;
	top: 320px;
	left: 480px;
}

#contents #header #visual #catch {
	position: absolute;
	top: 6%;
	right: -3%;
}

#contents #header #visual .twitter {
	position: relative;
	margin-bottom: 60px;
	width: 260px;
	height: 440px;
}

#contents #header #visual .twitter .head {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: none repeat scroll 0% 0% rgba(233, 224, 209, 0.65);
	height: 50px;
	padding: 10px 0 0 13px;
	font-size: 12px;
	color: #321B13;
}

#contents #header #visual .twitter .body {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: rgba(255,255,255,0.8);
	padding: 10px;
	position: absolute;
	z-index: 3;
	width: 240px;
}


#contents #header #visual .special {
	position: absolute;
	top: 490px;
/*	left: 0px;*/right: 100px;
}

#contents #header #visual .special li {
/*	margin-right: 30px;*/margin-right: 24px;
	float: left;
}

#contents #header #visual .special li a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#contents #header #visual .special a {
	position: relative;
	display: block;
}
#contents #header #visual .special .new {
	position: absolute;
	right: -5px;
	top: 0px;
}

/* news */
#contents #header .news {
	position: relative;
	background: url(../images/top/bg_news.png) repeat-y 0 0;
	width: 860px;
	margin: 10px auto 0 0;
}

#contents #header .news:after {
	content: "";
	clear: both;
	display: block;
}

#contents #header .news .title {
	float: left;
	width: 110px;
	padding: 16px 0 10px 0;
	text-align: center;
}

#contents #header .news .body {
	float: left;
	width: 720px;
	padding: 8px 15px 10px 15px;
}

#contents #header .news .body li {
	margin-top: 5px;
}

#contents #header .news .body li .day {
	float: left;
	color: #DF3D8D;
}

#contents #header .news .body li .text {
	margin-left: 6.5em;
	width: 560px;/*AQUAPLUS*/
	/*word-wrap:break-word;*/
	background-color: rgba(255,255,255,0.05);/*AQUAPLUS スマホ改行対策*/
}

#contents #header .news .body .more {
	display: none;
	overflow: auto !important;
	height: 100px;
}

#contents #header .news .button {
	position: absolute;
	top: 0;
	right: 0;
	width: 63px;
	line-height: 100%;
	font-size: 0;
}

#contents #header .news .button a {
	display: block;
	padding-top: 20px;
	padding-bottom: 18px;
}

/* products */
#contents #header .products {
	position: relative;
	margin-top: 30px;
	padding: 15px 0;
	background: #C42072;
	background-color: rgba(196,32,114,0.94);
	line-height: 180%;
/*	font-size: 12px;*/
	color: #FFF;
}

#contents #header .products .inner {
	padding: 0;
	width: 960px;
}

#contents #header .products .inner:after {
	content: "";
	clear: both;
	display: block;
}

#contents #header .products #recruit {
	float: left;
	width: 200px;
	background: url(../images/top/bg_products.png) repeat-y 0 0;
}

#contents #header .products #recruit ul {
	width: 140px;
	margin: 0 auto;
}

#contents #header .products #recruit ul li {
	margin-bottom: 5px;
}

#contents #header .products #recruit ul li.last {
	margin-bottom: 0;
}

#contents #header .products .description {
	background: url(../images/top/bg_products.png) repeat-y 0 0;
	position: relative;
	float: left;
	width: 688px;
	padding-left: 30px;
}


#contents #header .products .description .text {
	font-size: 12px;
	max-height: 100%;
}

#contents #header .products .description .cero {
	position: absolute;
	top: 30px;
	right: 10px;
}

#contents #header .products .text img {
	vertical-align: middle;
}

#contents #header .products .ap2800 {
	background:	#fff;
	color:	#C42072;
	padding: 2px 10px 2px 20px;
}

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

Privilege

-----------------------------------------*/
#contents #privilege {
	position: relative;
	background: url(../images/privilege/bg_privilege.jpg) #000 no-repeat center 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-attachment: fixed;
	color: #FFF;
}

#contents #privilege section {
	margin-top: 40px;
}

#contents #privilege h3.title {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16pt;
	font-weight: normal;
	color:#e05091;
}

#contents #privilege .unit .title {
    margin-bottom: 10px;
}

#contents #privilege .unit .figure {
	float: left;
	margin-right: 20px;
}

#contents #privilege .unit .figure img {
	display: block;
/*	border: 1px solid #ccc;
	padding: 2px;
	background-color: #fff;*/
	border-radius: 3px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
#contents #privilege .unit .figure a:hover img {
	box-shadow: 0px 0px 3px rgba(255,0,0,0.5);
}

#contents #privilege .unit .description {
	float: left;
	overflow: hidden;
	max-width: 440px;
}


/*店舗オリジナル特典*/
#contents #privilege  #original .body {
	margin: 0 -10px 0 10px;
	width: 600px;
}

#contents #privilege section {
	margin-top: 40px;
}


#contents #privilege #original .title {
	margin: 30px 0 10px;
	clear: both;
}

#contents #privilege #original .unit {
	float: left;
	margin: 0 0 30px 0;
	width: 195px;/* 580px;*/
}

#contents #privilege #original .unit .description { float: left; }
#contents #privilege #original .unit .description p {
	font-size: 8pt;
	color: #666;
	line-height: 1.8;
}
#contents #privilege #original .split1 .unit .description  { }
#contents #privilege #original .split2-2 .unit .description  { width: 250px;}

#contents #privilege #original .split1 .unit .figure p { float: left; margin-right: 5px;}
#contents #privilege #original .split2-2 .unit .figure p ,
#contents #privilege #original .split2-2 .unit .description p { width: 120px; float: left; margin-right: 5px;}



#contents #privilege #original .split1:before ,
#contents #privilege #original .split2:before ,
#contents #privilege #original .split2-2:before ,
#contents #privilege #original .split3:before {
	content: "";
	clear: both;
	display: block;
}

#contents #privilege #original .split1 .unit { width: 580px; }
#contents #privilege #original .split2 .unit { width: 290px;/* 580px;*/ }
#contents #privilege #original .split2 .unit ,
#contents #privilege #original .split2-2 .unit { width: 285px; }

/*#contents #privilege #original a.lightbox { display:block; float:left; }
#contents #privilege #original .split3 a.lightbox { height: 276px; }*/

#contents #privilege #original .split2 .lightbox img { width: 260px; }
#contents #privilege #original .split2-2 .lightbox img { width: 120px; }
#contents #privilege #original .split3 .lightbox img { width: 180px; }


#contents #privilege #original .paperContent:after {
	content: "";
	clear: both;
	display: block;
}



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

Story

-----------------------------------------*/
#contents #story {
	position: relative;
	background: url(../images/story/bg_story.jpg) #000 no-repeat center 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-attachment: fixed;
	font-weight: bold;
	color: #FFF;
}

#contents #story .inner {
	padding-bottom: 100px;
}

#contents #story .body {
	text-align: center;
}

#contents #story .body .lead {
	margin: 50px 0 50px 0;
}

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

System

-----------------------------------------*/
#contents #system {
	position: relative;
	background: url(../images/system/bg_system.jpg) #000 no-repeat center 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-attachment: fixed;
	color: #FFF;
}

#contents #system section {
	margin-top: 40px;
}

#contents #system .unit b {
	font-weight: bold;
}

#contents #system .unit .title {
	margin-bottom: 20px;
}

#contents #system .unit p.figure {
	margin: 20px 0;
}


#contents #system .lightbox {/*AQUAPLUS*/
	display: block;
	float: left;
	border: 1px solid #ccc;
	background: #fff;
	padding: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#contents #system a.lightbox:hover {/*AQUAPLUS*/
	border-color: #D89BF9;
}


#contents #system section .body .unit .figure {
	width: 590px;
	margin-right: -10px;
	float: none;
	clear: both;
	overflow: hidden;
}
#contents #system section .body .unit .description {
	float: none;
	clear: both;
}

#contents #system section .body .unit .figure .lightbox {
	margin-right: 8px;
}




/* 共通 -------------------------------*/
#contents section .body .unit .figure1 {
	float: right;
	width: 205px;
	padding-bottom: 10px;
}

#contents section .body .unit .description1 {
	float: left;
	width: 370px;
}

#contents #special section .body .unit .description1 {
	width: 400px;
}

#contents section .body .unit .figure2 {
	float: right;
	width: 285px;
}

#contents section .body .unit .description2 {
	float: left;
	width: 290px;
}
#contents #special section .body .unit .description2 {
	width: 310px;
}

#contents section .body .unit .figure3 {
	float: right;
	width: 320px;
}

#contents section .body .unit .description3 {
	float: left;
	width: 250px;
}


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

Character

-----------------------------------------*/
#contents #character {
	position :relative;
	background: #000;
	color: #FFF;
	width: 100%;
}

#contents #character {
	background: url(../images/character/bg_character.jpg) #000 no-repeat center 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-attachment: fixed;
}

#contents #character .inner {
	padding: 0;
}

#contents #character .localNav li {
	margin-bottom: 8px;
}

#contents #character .localNav li a {
	display: table;
	background: none;
	padding: 0;
}

#contents #character .localNav .thumbnail {
	display: table-cell;
	vertical-align: middle;
	width: 35px;
}

#contents #character .localNav .text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	width: 195px;
}

#contents #character .head {
	width: 960px;
	margin: 0 auto 0 auto;
	padding-top: 50px;
}

/* section */
#contents #character section {
	margin: 0 auto 0 auto;
	padding: 40px 0;
	width: 960px;
	min-height: 800px;
}

#contents #character section .person {
	position: relative;
	width: 660px;
}

#contents #character section .cv {
	text-align: right;
	width: 660px;
}

#contents #character section .cv:after {
	content: "";
	clear: both;
	display: block;
}

#contents #character section .cv p,
#contents #character section .cv ul,
#contents #character section .cv ul li {
	display: inline-block;
}

#contents #character section .cv ul {
	margin-left: 10px;
}

#contents #character section .cv ul li {
	margin-left: 5px;
}

#contents #character section .cv ul li a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#contents #character section .class {
	position: absolute;
	top: 0;
	left: 0;
}

#contents #character section .job {
	position: absolute;
	top: 220px;
	left: 340px;
	z-index: 21;
}

#contents #character section .name {
	position: relative;
	background: url(../images/character/bg_name.png) no-repeat 0 0;
	width: 660px;
	height: 84px;
	margin: 0 0 30px 0;
	padding-top: 36px;
	text-align: center;
	z-index: 21;
}

#contents #character section .figure {
	position: absolute;
	z-index: 20;
}

#contents #character section .speech {
	position: relative;
	margin-bottom: 30px;
	line-height: 160%;
	font-size: 18px;
	z-index: 21;
}

#contents #character section .profile {
	position: relative;
	margin-top: 150px;
	width: 400px;
	line-height: 160%;
	font-size: 16px;
	z-index: 21;
}

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

Character

-----------------------------------------*/
#contents #character .figure {
	top: 180px;
}

/* mio */
#contents #character #mio .figure {
	right: -50px;
}

/* konomi */
#contents #character #konomi .figure {
	right: -20px;
}

/* tamaki */
#contents #character #tamaki .figure {
	right: -120px;
}

/* manaka */
#contents #character #manaka .figure {
	right: 50px;
}

/* karin */
#contents #character #karin .figure {
	right: 20px;
}

/* sango */
#contents #character #sango .figure {
	right: 0px;
}

/* ruri */
#contents #character #ruri .figure {
	right: 30px;
}

/* yuma */
#contents #character #yuma .figure {
	right: -30px;
}

/* lucy */
#contents #character #lucy .figure {
	right: 20px;
}

/* yuki */
#contents #character #yuki .figure {
	right: 0;
}

/* sasara */
#contents #character #sasara .figure {
	right: 70px;
}

/* maryan */
#contents #character #maryan .figure {
	right: 30px;
}

/* harumi */
#contents #character #harumi .figure {
	right: -80px;
}

/* silfa */
#contents #character #silfa .figure {
	right: 60px;
}

/* chie */
#contents #character #chie .figure {
	right: -50px;
}

/* michiru */
#contents #character #michiru .figure {
	right: 0;
}

/* ikuno */
#contents #character #ikuno .figure {
	right: 0;
}

/* ikuno */
#contents #character #ikuno .figure {
	right: 10px;
}

/* nanako */
#contents #character #nanako .figure {
	right: 60px;
}

/* haruka */
#contents #character #haruka .figure {
	right: 0;
}

/* ilfa */
#contents #character #ilfa .figure {
	right: 30px;
}


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

Movie

-----------------------------------------*/
#contents #movie {
	position :relative;
	background: url(../images/movie/bg_movie.jpg) #000 no-repeat center 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-attachment: fixed;
	color: #FFF;
}

#contents #movie section {
	margin-top: 40px;
	width: 700px;
}

#contents #movie section .body {
	background: #000;
	background-color: rgba(0,0,0,0.7);
	border: 1px solid #4E4E4E;
	border: 1px solid rgba(78,78,78,0.7);
	margin-top: 20px;
	padding: 20px 19px;
	width: 672px;
}

#contents #movie section .body a {
	text-decoration: underline;
	color: #FFF;
}

#contents #movie section .body a:hover {
	text-decoration: none;
	color: #FFF;
}

#contents #movie section .body .video {
	margin-bottom: 15px;
}

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

Publicity

-----------------------------------------*/
#contents #publicity {
	position: relative;
	background: url(../images/publicity/bg_publicity.jpg) #000 no-repeat center 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-attachment: fixed;
	line-height: 180%;
	color: #FFF;
}

#contents #publicity .body {
	width: 860px;
}


#contents #publicity .head {
	margin-bottom: 40px;
}

#contents #publicity th {
	background-color: rgba(196,32,114,0.9);
	text-align: center;
}

#contents #publicity .update {
	width: 105px;
	text-align: center;
}
#contents #publicity .name {
	width: 115px;
	text-align: center;
}
#contents #publicity .number {
	width: 130px;
	text-align: center;
}
#contents #publicity .day {
	width: 105px;
	text-align: center;
}

#contents #publicity td {
	border: 1px solid #CCC;
	background-color: rgba(255,255,255,0.9);
}


#contents #publicity .update div {/*AQUAPLUS*/
	position: relative;
}
#contents #publicity .update img.new {/*AQUAPLUS*/
	position: absolute;
	right: -18px;
	top: -14px;
}
/*-----------------------------------------

Special

-----------------------------------------*/
#contents #special {
	position: relative;
	background: url(../images/special/bg_special.jpg) #000 no-repeat center 0;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-attachment: fixed;
	font-size: 12px;
}

#contents #special .inner {
	padding-bottom: 0;
}

#contents #special section {
	margin-top: 40px;
	width: 660px;
}

#contents #special section .body {
	background: #FFF;
	background-color: rgba(255,255,255,0.9);
	margin-top: 20px;
	padding: 5px 19px 25px 19px;
	width: 620px;
}

#contents #special section .body .unit {
	padding-top: 20px;
}

#contents #special section .body .unit:after {
	content: "";
	clear: both;
	display: block;
}

#contents #special section .body .unit table .track {
	text-align: center;
	width: 10%;
}

#contents #special section .body .unit table .name {
	width: 40%;
}

#contents #special section .body .unit b {
	color: #9E0060;
}

#contents #special section .body .unit dl:after {
	content: "";
	clear: both;
	display: block;
}

#contents #special section .body .unit dl dt {
	float: left;
	width: 5em;
}

#contents #special section .body .unit dl dd {
	margin-left: 5em;
}


#contents #special a.lightbox img {
	display: block;
	border-radius: 3px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
}
#contents #special a.lightbox:hover img {
	box-shadow: 0px 0px 3px rgba(255,0,0,0.8);
}
#contents #special .split3 {
	width: 625px;
	margin-right: -10px;
}

#contents #special .split3 .lightbox { display: block; float: left; margin-right: 10px; margin-bottom: 10px; }
#contents #special .split3 .lightbox img { width: 196px; }

#contents #special .split3:before {
	content: "";
	clear: both;
	display: block;
}



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

footer

-----------------------------------------*/
footer {
	min-width: 900px;
	padding: 30px;
	font-size: 12px;
	color: #FFF;
}

footer:after {
	content: "";
	clear: both;
	display: block;
}

footer .attention {
	float: left;
	line-height: 200%;
}

footer .attention img {
	vertical-align: middle;
}

footer .company {
	float: right;
	line-height: 100%;
	text-align: right;
}

footer .company #copyright {
	margin-top: 10px;
}
