/*
Theme Name: ISW Themes
Author: operahouse
Version: 1.0
Text Domain: iswthemes
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Page Content
 *   6.2 - Content Title
 *   6.3 - Home
 *   6.4 - Story
 *   6.5 - Character
 *   6.6 - Special
 *   6.7 - Galleries
 *   6.8 - Twitter
 *   6.9 - Wallpaper
 *   6.10 - Banner
 *   6.11 - Goods
 *   6.12 - News
 *   6.13 - News Archive
 *   6.14 - Interview
 *   6.15 - How to play
 *   6.16 - FAQ
 *   6.17 - Contact
 *   6.18 - More Games
 *   6.19 - Badge Poster
 * 7.0 - Footer
 * 8.0 - Media Queries
 * -----------------------------------------------------------------------------
 */
 
 /**
 * 1.0 Reset
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

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

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

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

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #f5f5f5;
}

a {
	color: #3db4cc;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #4ce1ff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

b,
strong {
	font-weight: 700;
}

p {
	margin-bottom: 24px;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: none;
	border-radius: 2px;
	background:#3db4cc;
	color: #fff;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

.button {
	background-color: #3db4cc;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

.button:hover,
.button:focus,
.button:active {
	background-color: #4ce1ff;
	color:#fff;
}

/* Responsive images. Fluid images for posts */

.entry-content img {
	max-width: 100%;
	height: auto;
}

img.size-full,
img.size-large {
	height: auto;
	max-width: 100%;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 7px 24px 7px 0;
}

img.alignright {
	margin: 7px 0 7px 24px;
}

img.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.hide {
	display: none;
}

/* Clearing floats */

[class*="content"]:before,
[class*="content"]:after {
	content: "";
	display: table;
}

[class*="content"]:after {
	clear: both;
}

.anchor-nav {
	font-size:80%;
}
.anchor-nav a {
	display:inline-block;
}

/* text-layout for SP */
span.sp-dis-block {
	display:block;
}

/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */
 
body {
	background:url(images/body_pattern.png) 0 0 repeat;
}

.site {
	background:url(images/site_pattern.png) 0 0 repeat;
	max-width: 960px;
	position: relative;
	margin:auto;
}

.main-content {
	width: 100%;
}

/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

#site-header {
	position: relative;
}

.header-main {
	background:url(images/header_bg.png) 0 0 no-repeat;
	position: relative;
	width: 100%;
	height:55px;
}

/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

/* Image Sprite */
.nav-sprite {
	display:block;
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:cover;
	text-indent:-9999px;
}

/* for Header & Footer (Primary Navigation) */
.nav-top .nav-sprite {
	background-image:url(images/sp_nav_top.png);
	width:104px;
	height:31px;
}
.nav-top:hover .nav-sprite,
.nav-top .visit {
	background-position:0 -31px;
}
#footernav a.nav-news,#footernav a.nav-faq {
    display: none;
}
.nav-news .nav-sprite {
	background-image:url(images/sp_nav_news.png);
	width:133px;
	height:31px;
}
.nav-news:hover .nav-sprite,
.nav-news .visit {
	background-position:0 -31px;
}
.nav-story .nav-sprite {
	background-image:url(images/sp_nav_story.png);
	width:288px;
	height:31px;
}
.nav-story:hover .nav-sprite,
.nav-story .visit {
	background-position:0 -31px;
}
.nav-howtoplay .nav-sprite {
	background-image:url(images/sp_nav_howtoplay.png);
	width:177px;
	height:31px;
}
.nav-howtoplay:hover .nav-sprite,
.nav-howtoplay .visit {
	background-position:0 -31px;
}
.nav-special .nav-sprite {
	background-image:url(images/sp_nav_special.png);
	width:170px;
	height:31px;
}
.nav-special:hover .nav-sprite,
.nav-special .visit {
	background-position:0 -31px;
}
.nav-goods .nav-sprite {
	background-image:url(images/sp_nav_goods.png);
	width:131px;
	height:31px;
}
.nav-goods:hover .nav-sprite,
.nav-goods .visit {
	background-position:0 -31px;
}
.nav-faq .nav-sprite {
	background-image:url(images/sp_nav_faq.png);
	width:162px;
	height:31px;
}
.nav-faq:hover .nav-sprite,
.nav-faq .visit {
	background-position:0 -31px;
}
.nav-contact .nav-sprite {
	background-image:url(images/sp_nav_contact.png);
	width:162px;
	height:31px;
}
.nav-contact:hover .nav-sprite,
.nav-contact .visit {
	background-position:0 -31px;
}

/* for Sidebar (Secondary Navigation) */
.nav-news2 .nav-sprite {
	background-image:url(images/sp_nav_news2.png);
	width:60px;
	height:60px;
}
.nav-movie .nav-sprite {
	background-image:url(images/sp_nav_movie.png);
	width:61px;
	height:60px;
}
.nav-cd .nav-sprite {
	background-image:url(images/sp_nav_sound.png);
	width:67px;
	height:60px;
}
.nav-story2 .nav-sprite {
	background-image:url(images/sp_nav_story2.png);
	width:60px;
	height:60px;
}
.nav-chara .nav-sprite {
	background-image:url(images/sp_nav_chara.png);
	width:87px;
	height:60px;
}
.nav-present .nav-sprite {
	background-image:url(images/sp_nav_present.png);
	width:74px;
	height:60px;
}
.nav-interview .nav-sprite {
	background-image:url(images/sp_nav_interview.png);
	width:87px;
	height:60px;
}
.nav-gallery .nav-sprite {
	background-image:url(images/sp_nav_gallery.png);
	width:67px;
	height:60px;
}
.nav-twitter .nav-sprite {
	background-image:url(images/sp_nav_twitter.png);
	width:67px;
	height:60px;
}
.nav-accessories .nav-sprite {
	background-image:url(images/sp_nav_wallpaper.png);
	width:61px;
	height:60px;
}
.nav-banner .nav-sprite {
	background-image:url(images/sp_nav_banner.png);
	width:72px;
	height:60px;
}
.nav-appli .nav-sprite {
	background-image:url(images/sp_nav_applinews.png);
	width:81px;
	height:60px;
}
.nav-media .nav-sprite {
	background-image:url(images/sp_nav_medianews.png);
	width:63px;
	height:60px;
}
.nav-site .nav-sprite {
	background-image:url(images/sp_nav_sitenews.png);
	width:99px;
	height:60px;
}
.nav-start .nav-sprite {
	background-image:url(images/sp_nav_start.png);
	width:82px;
	height:60px;
}
.nav-system .nav-sprite {
	background-image:url(images/sp_nav_system.png);
	width:72px;
	height:60px;
}
.nav-goods2 .nav-sprite {
	background-image:url(images/sp_nav_goods2.png);
	width:67px;
	height:60px;
}
.nav-spmovie .nav-sprite {
	background-image: url(images/sp_nav_specialmovie.png);
	width:61px;
	height:60px;
}

nav#secondarynav {
    display: none;
}
.sidenav nav#secondarynav {
    display: block;
}
.sidenav nav#secondarynav .nav-spmovie,.sidenav nav#secondarynav .nav-present {
    display: none;
}



#secondarynav a .visit {
	opacity:0.33;
}

/* Primary Navigation */
#nav-toggle {
	cursor: pointer;
	float: right;
	height: 55px;
	text-align: center;
	width: 55px;
	line-height:55px;
	color:#fff;
	background:#3db4cc;
	font-family: 'Pinyon Script', cursive;
	font-size:120%;
	z-index:3;
}

#primarynav {
	width:100%;
	background:#cfdee5;
	position: absolute;
	top: 55px;
	right: 0;
	width: 100%;
	z-index:3;
	display:none;
}

#primarynav a {
	display:block;
	height:31px;
	text-align:center;
	margin:4px 0 0;
	padding:0 4px;
	border-bottom:1px solid #b8ced9;
}


/* Secondary Navigation */
#secondarynav {
	width:100%;
	height:60px;
	text-align:center;
	background: url(images/sp_secondarynav_bg_02.png) 0 0 repeat-x #fcf9e6;
}
#secondarynav:before {
	content: url(images/sp_secondarynav_bg_01.png);
	width:7px;
	height:60px;
	float:left;
}
#secondarynav:after {
	content:url(images/sp_secondarynav_bg_03.png);
	width:4px;
	height:60px;
	float:right;
}
#secondarynav a {
	display:inline-block;
	padding:0 6px;
	border-radius:5px;
}

/* menu2line */
.menu2line #secondarynav {
	height:120px;
	background: url(images/sp_secondarynav_bg2_02.png) 0 0 repeat-x #fcf9e6;
}
.menu2line #secondarynav:before {
	content: url(images/sp_secondarynav_bg2_01.png);
	height:120px;
}
.menu2line #secondarynav:after {
	content:url(images/sp_secondarynav_bg2_03.png);
	height:120px;
	float: none;
	position: absolute;
	top: 0;
	right: 0;
}
.menu2line #secondarynav a {
	padding:3px;
	height:50px;
}

/* Footer Navigation */
#footernav {
	padding:40px 10px 10px;
}

/* new Icon */
#primarynav a,
#secondarynav a {
	position:relative;
}
a .new {
	animation:fadein 3s;
	-webkit-animation:fadein 3s;
	transition:opacity 0.3s;
	-webkit-transition:opacity 0.3s;
}
@keyframes fadein {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
a:hover .new {
	opacity:0.33;
}
#primarynav a .new,
#secondarynav a .new {
	position:absolute;
	display:none;
	width:20px;
	height:20px;
	background: url(images/new.png) 50% 50% no-repeat #3db4cc;
	background-size: contain;
	text-indent:-9999px;
	border-radius:10px;
}
#primarynav a .new {
	top:50%;
	right:6px;
	margin-top:-12px;
}
#secondarynav a .new {
	top:8px;
	right:0;
}

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

#home-cover {
}

/* Page Cover */
#page-cover {
	width:100%;
	height:48px;
	background:url(images/page-cover.png) 50% top no-repeat;
	background-size:cover;
	position:relative;
	display:block;
}
#kirakira {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:48px;
	overflow:hidden;
}
#kirakiraimg {
	position:absolute;
	top:48px;
}
#page-logo {
	margin:auto;
	width:200px;
	height:48px;
	text-align:center;
}
#logoimg {
	display:block;
	width:200px;
	height:auto;
	position: absolute;
	top: -58px;
	z-index:3;
}
#description {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:24px;
	text-align:center;
	color:#fff;	
}
#description p {
	text-shadow: rgba(0,0,0,0.5) 0px 3px 3px;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-size:15px;
}

#main {
	position:relative;
}

/* border & corner */
.bc {
	position:absolute;
	z-index:0;
}
#b-t {
	top:0px;
	left:0;
	width:100%;
	height:12px;
	background:url(images/b-t.png) 50% 50% no-repeat;
	background-size:960px 12px;
}
#b-b {
	bottom:0;
	left:0;
	width:100%;
	height:21px;
	background:url(images/b-b.png) 50% 50% no-repeat;
	background-size:960px 21px;
}
#b-l {
	top:0px;
	left:0;
	width:14px;
	height:100%;
	background:url(images/b-l.png) 0 0 repeat-y;
	background-size:14px 25px;
}
#b-r {
	top:0px;
	right:0;
	width:14px;
	height:100%;
	background:url(images/b-r.png) 0 0 repeat-y;
	background-size:14px 25px;
}
#c-tl {
	top:0px;
	left:0;
	width:84px;
	height:77px;
	background:url(images/c-tl.png) 0 0 repeat-y;
	background-size:84px 77px;
}
#c-tr {
	top:0px;
	right:0;
	width:84px;
	height:77px;
	background:url(images/c-tr.png) 0 0 repeat-y;
	background-size:84px 77px;
}
#c-bl {
	bottom:0;
	left:0;
	width:84px;
	height:77px;
	background:url(images/c-bl.png) 0 0 repeat-y;
	background-size:84px 77px;
}
#c-br {
	bottom:0;
	right:0;
	width:84px;
	height:77px;
	background:url(images/c-br.png) 0 0 repeat-y;
	background-size:84px 77px;
}

/* menu2line */
.menu2line #b-t,
.menu2line #b-l,
.menu2line #b-r,
.menu2line #c-tl,
.menu2line #c-tr {
	top:120px;
}

/* menuno */
.menuno #b-t,
.menuno #b-l,
.menuno #b-r,
.menuno #c-tl,
.menuno #c-tr {
	top:0;
}

#main-content {
	padding-top:12px;
	margin:0 30px 30px;
	padding-bottom: 80px;
}

#secondary {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:60px;
}

/* menu2line */
.menu2line #main-content {
	padding-top:120px;
}
menu2line {
	height:120px;
}

/* menuno */
.menuno #main-content {
	padding-top:0;
}


/**
 * 6.1 Page Content
 * -----------------------------------------------------------------------------
 */

.page-content {
	margin-bottom:24px;
}
.page-content:first-child {
	margin:30px 0 24px;
}

/**
 * 6.2 Page Title
 * -----------------------------------------------------------------------------
 */

.page-title {
	width:100%;
	height:78px;
	margin-bottom:10px;
	position:relative;
	text-align:center;
	background:url(images/titlebg.png) 50% top no-repeat;
	background-size:cover;
}
.page-title .fontimg {
	position:relative;
	height:100%;
	width:auto;
}
.page-title h1 {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:35px;
	font-size:16px;
	font-weight:normal;
	line-height:35px;
	color:#4d2600;
	padding-top:1px;
	border-top:#c7c0b3 2px solid;
	border-bottom:#c7c0b3 1px solid;
}
.page-title h1:before {
	position:absolute;
	left:0;
	content:"";
	width:100%;
	border-top:#c7c0b3 1px solid;
}
#story .page-title h1 {
	padding-left:1em;
}

/**
 * 6.3 Home
 * -----------------------------------------------------------------------------
 */

.page-header {
	text-align:center;
	margin-bottom:10px;
	padding-top:24px;
	border-bottom:#c7c0b3 2px solid;
	background:url(images/titlebg.png) 50% bottom no-repeat;
	width:100%;
}
.page-header p {
	font-size:19px;
	line-height:19px;
	color:#4d2600;
	margin-bottom:4px;
}
.page-header em {
	display:block;
}
.page-header .catch {
	letter-spacing:0.02em;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}
.page-header .release {
	font-size:14px;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:1px;
	border-bottom:#c7c0b3 1px solid;
}
.page-header .small {
	font-size:16px;
}
.page-header .pink {
	color:#fa526e;
}

.download {
	overflow:hidden;
	margin-bottom:20px;
}
.download .badge {
	width:48%;
	padding:1%;
	float:left;
	text-align:center;
}
.download .badge a,.switchbannerarea a,#appbanner a {
	display:block;
	transition:opacity 0.3s;
	-webkit-transition:opacity 0.3s;
}
.download .badge a:hover,.switchbannerarea a:hover,#appbanner a:hover {
	opacity:0.66;
}
.download .badge img {
	width:auto;
	height:40px;
}
#home-news{
	display:none;
}
#home-news ul,
#home-news ul p {
	margin:0;
}
#home-news ul li {
	background:#f8f4ed;
	padding:5px;
	margin-bottom:1px;
	overflow:hidden;
}
#home-news .date,
#home-news .news-cat,
.news-content .date,
.news-content .news-cat {
	font-size:12px;
	line-height:14px;
	height:16px;
	margin-bottom:5px;
}
#home-news .date,
.news-content .date {
	color:#4c4c4c;
	float:left;
}
#home-news .news-cat,
.news-content .news-cat {
	float:right;
}
#home-news .news-cat span,
.news-content .news-cat a {
	background-color: #3db4cc;
	border: 0;
	border-radius: 2px;
	font-size:12px;
	color: #fff;
	padding:3px 6px;
	text-transform: uppercase;
	vertical-align: bottom;
}
#home-news .news-cat span {
	background: #C3B092;
	line-height: 1em;
}
.news-content .news-cat a:hover {
	background-color: #4ce1ff;
	color:#fff;
}
#home-news ul li h2 {
	clear:both;
	font-size:15px;
	font-weight:normal;
}
#home-news ul li h2 a {
	display:block;
}
#home-news .news-link a {
	display:block;
	text-align:right;
	font-size:12px;
	background:#3db4cc;
	color:#fff;
	padding:1px 6px;
}
#home-news .news-link a:hover {
	background:#4ce1ff;
	color:#fff;
}

#home-movie .movie-button {
	background:#000;
}
#home-movie .movie-button a {
	display:block;
	opacity:0.5;
	transition:opacity 0.3s;
	-webkit-transition:opacity 0.3s;
}
#home-movie .movie-button a:hover,
#home-movie .movie-button a:active {
	opacity:1;
}
#home-movie .movie-button a img {
	width:100%;
	height:auto;
}

#home-twitter {
	height:320px;
	overflow: hidden;
}

#home-about .switchbannerarea{
	text-align:center;
}
#home-about dl {
	margin:0;
}
#home-about dl dt,
#home-about dl dd {
	font-size:14px;
}
#home-about dl dd {
	margin-bottom:12px;
}
#home-about dd .small {
	font-size:10px;
}
#home-about dl.nickname {
	border-top:#B3BBC7 1px solid;
	padding-top:12px;
	color:#1159a6;
}
#home-about dl.nickname dd {
	font-size:16px;
}
#home-cdlink a {
	display:block;
}
#home-cdlink a img {
	width:100%;
	height:auto;
	max-width: 320px;
	display: block;
	margin: auto;
}

#home-staff div {
	padding:12px 0;
	border-top:#c7c0b3 1px solid;
	text-align:center;
	font-size:14px;
	overflow:hidden;
}
#home-staff div em {
	display:block;
	font-weight:bold;
}
#home-staff div.first {
	margin-top:1px;
	border-top:#c7c0b3 2px solid;
}
#home-staff div.last {
	margin-bottom:1px;
	border-bottom:#c7c0b3 2px solid;
}
#grayout {
	position: relative;
	margin-top:40px;
}
#grayout::after {
content: "";
width: 100%;
height: 100%;
background: rgb(0 0 0 / 45%);
position: absolute;
top: 0;
left: 0;
}

#appbanner h3 {
    border-top: #c7c0b3 1px solid;
    color: #3db4cc;
    text-align: center;
    padding: 12px 0;
	font-size: 14px;
}
.appbannerList {
    /* padding-bottom: 4em; */
    overflow: hidden;
}
.appbannerList li {
    float: left;
    margin: 1% 1%;
    list-style: none;
}
#appbanner ul li {
    margin-left: 0;
    padding-right: 1%;
    margin-right: 1%;
    max-width: 48%;
}

#appbanner ul li img{
	width:100%;
	height: auto;
}
.nsotome {
    text-align: center;
}
.nsotome a{
	display: inline-block;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
/**
 * 6.4 Story
 * -----------------------------------------------------------------------------
 */

#intro .title1 {
	font-weight: bold;
	font-size: 24px;
}
#intro .title1 .small {
	font-size:16px;
}
#intro .style1 {
	display:block;
	text-align:left;
	text-shadow:1px 1px 5px #331a00;
	position: relative;
	color: #b29d9d;
}
/*グラデーションマスク▼*/
#intro .style1:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-mask-image: url(images/grad01.png);
	mask-image: url(images/grad01.png);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	/*グラデーションの明るいところ*/
	color: #fff7e6;
	content: attr(title);
}
#intro p {
	font-size:16px;
	line-height:26px;
	color:#4d2600;
}
#intro p .small {
	font-size:12px;
}

#letter p {
	color:#221466;
	text-shadow:1px 1px 3px #fff;
	margin-bottom:12px;
}
#letter .deco {
	text-align:center;
}
#letter .deco img {
	width:100%;
	max-width:328px;
	height:auto;
}
#letter .title1,
#letter .title2 {
	font-weight:bold;
}
#letter .title2 {
	text-align:right;
}

/**
 * 6.5 Character
 * -----------------------------------------------------------------------------
 */


/* Tabs vertical */
.ui-tabs-vertical { width: 100%; }
.ui-tabs-vertical .ui-tabs-nav { padding: 0; margin:0; width: 15%; }
.ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; }
.ui-tabs-vertical .ui-tabs-nav li a img { width:100%; max-width:80px; height:auto; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: 0; border-right-width: 1px; border-right-width: 1px; background:#fff; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active img { opacity:0.33; }
.ui-tabs-vertical .ui-tabs-panel { padding-left: 1%; float: right; width: 85%;}

/*Tabs Nav scroll*/
#tabs {
	position:relative;
}
#nav-chara {
	position:absolute;
	top:20px;
	left:-12px;
}

.chara-img {
	position:relative;
	height:512px;
	background-position: 50% top;
	background-repeat:no-repeat;
	background-size:cover;
}
#chara-aria .chara-img {
	background-image:url(images/chara/chara-img-aria.png);
}
#chara-clyde .chara-img {
	background-image:url(images/chara/chara-img-clyde.png);
}
#chara-matias .chara-img {
	background-image:url(images/chara/chara-img-matias.png);
}
#chara-a-jay .chara-img {
	background-image:url(images/chara/chara-img-a-jay.png);
}
#chara-cyril .chara-img {
	background-image:url(images/chara/chara-img-cyril.png);
}
#chara-keith .chara-img {
	background-image:url(images/chara/chara-img-keith.png);
}
#chara-ashley .chara-img {
	background-image:url(images/chara/chara-img-ashley.png);
}
#chara-lee .chara-img {
	background-image:url(images/chara/chara-img-lee.png);
}
#chara-demetrius .chara-img {
	background-image:url(images/chara/chara-img-demetrius.png);
}
#chara-iris .chara-img {
	background-image:url(images/chara/chara-img-iris.png);
}

.chara-img .samplevoice {
	width:36px;
	height:36px;
	position:absolute;
	top:10px;
	left:10px;
}
.chara-img .samplevoice .voice-on,
.chara-img .samplevoice .voice-pause {
	display:block;
	width:45px;
	height:45px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
.chara-img .samplevoice .voice-on {
	background-image:url(images/chara/sample_voice_on.png);
}
.chara-img .samplevoice .voice-pause {
	display:none;
	background-image:url(images/chara/sample_voice_pause.png);
}


.chara-text {
	color:#4d2600;
}
.chara-text .catch {
	color:#fff;
	font-weight:normal;
	padding:4px 1em 3px 5px;
	line-height:1.2em;
	border-radius:0 0 1em 0;
	text-transform: uppercase;
	vertical-align: bottom;
	background: #ef83b9; /* Old browsers */
	background: -moz-linear-gradient(left,  #ef83b9 0%, #45417a 21%, #45417a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ef83b9), color-stop(21%,#45417a), color-stop(100%,#45417a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ef83b9 0%,#45417a 21%,#45417a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ef83b9 0%,#45417a 21%,#45417a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ef83b9 0%,#45417a 21%,#45417a 100%); /* IE10+ */
	background: linear-gradient(to right,  #ef83b9 0%,#45417a 21%,#45417a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef83b9', endColorstr='#45417a',GradientType=1 ); /* IE6-9 */
}
.chara-text .ename {
	font-weight: bold;
	font-size: 50px;
	line-height:1.2em;
	font-family: 'Pinyon Script', cursive;
}
.chara-text .ename .style1 {
	display:block;
	text-align:left;
	text-shadow:1px 1px 5px #331a00;
	position: relative;
	color: #b29d9d;
}
/*グラデーションマスク▼*/
.chara-text .ename .style1:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-mask-image: url(images/grad01.png);
	mask-image: url(images/grad01.png);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	/*グラデーションの明るいところ*/
	color: #fff7e6;
	content: attr(title);
}
.chara-text .name,
.chara-text .cv {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}
.chara-text p span {
	display:block;
}
.chara-text p span em {
	font-size:80%;
}

.chara-up img {
	width:100%;
	height:auto;
}

/**
 * 6.6 Special
 * -----------------------------------------------------------------------------
 */

.special-content h2 {
	width:100%;
	min-width:260px;
	height:70px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-size: contain;
	margin:0 auto;
	text-align:left;
	position:relative;
}
.special-content h2 span {
	position:absolute;
	top:5px;
	left:95px;
	font-size:14px;
	font-weight:normal;
	color:#4d2600;
}

.special-content .thumbnail {
	margin:0 auto;
}

.special-content .thumbnail li {
	width:48%;
	float:left;
	margin:0 1% 20px;
}
.special-content .thumbnail li a {
	display:inline-block;
	background:#fff;
	border:1px #a89077 solid;
}
.special-content .thumbnail li a:hover,
.special-content .thumbnail li a:active {
	opacity:0.5;
	border-color:#fff;
}
.special-content .thumbnail li img {
	width:100%;
	height:auto;
}

.message {
	font-size:12px;
	color:#4d2600;
	margin:10px 0;
	text-align:left;
}

/**
 * 6.7 Galleries
 * -----------------------------------------------------------------------------
 */

/**
 * 6.8 Twitter
 * -----------------------------------------------------------------------------
 */

#twheader h2 {
	background-image:url(images/contents-title-twitterheader.png);
}
#twicon h2 {
	background-image:url(images/contents-title-twittericon.png);
}

#twicon .thumbnail {
	width:48%;
	float:left;
	margin:0 1%;
}
#twheader .thumbnail li,
#twicon .thumbnail li {
	width:100%;
	clear:left;
	margin:0 0 20px;
}
#twheader .thumbnail li {
	max-width:302px;
}
#twicon .thumbnail li {
	max-width:152px;
}

/**
 * 6.9 Wallpaper
 * -----------------------------------------------------------------------------
 */

#wallpaper h2 {
	background-image: url(images/contents-title-wallpaper.png);
}

#wallpaper .thumbnail li {
	max-width:302px;
}

/**
 * 6.10 Banner
 * -----------------------------------------------------------------------------
 */

#special-banner .special-content h2 {
	background-image:url(images/contents-title-banner.png);
}

#special-banner textarea {
	font-size:10px;
	line-height:1;
	height:15em;
	padding:5px;
}

#banner160x600 .thumbnail li {
	max-width:160px;
}
#banner180x150 .thumbnail li {
	max-width:180px;
}
#banner200x60 .thumbnail li {
	max-width:200px;
}


/**
 *6.11 Goods
 * -----------------------------------------------------------------------------
 */

#cd .cdinfo-title {
	width:100%;
	height:70px;
	background:url(images/contents-title-sound.png) 0 0 no-repeat;
	background-size:contain;
	text-indent:-9999px;
}
.cdinfo {
	margin: 12px 0;
	border-bottom: #c7c0b3 1px solid;
}
#cdmain {
	margin-top:0;
}
.cdinfo p {
	color:#4d2600;
}
.cdinfo .jacket {
	width:90%;
	margin:auto;
}
.cdinfo .jacket img {
	width:100%;
	height:auto;
	display:block;
	margin-bottom:10px;
}
a#team {
	display:block;
	padding:10px 10px 11px;
}
.cdinfo .tokuten-title {
	width:8em;
	height:6em;
	line-height:6em;
	margin:auto;
	padding:20px;
	background:url(images/sound-tokuten.png) 50% 50% no-repeat;
	background-size:contain;
	text-align:center;
	font-size:12px;
	color:#4d2600;
}
.cdinfo .tokuten h3 {
	color:#f0589d;
}
.cdinfo .tokuten h4 {
	color:#1c4571;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-size:14px;
	margin-bottom: 12px;
}
.cdinfo .tokuten p {
	font-size:13px;
}
.cdinfo .tokuten p .button {
	margin-bottom:1em;
}


/**
 * 6.12 News
 * -----------------------------------------------------------------------------
 */

.news-content {
}
.news-content h2 {
	background:url(images/contents-title-news.png) 0 0 no-repeat;
	background-size:auto 50%;
	color:#4d2600;
	padding:14px 0 8px 15px;
	line-height: 1.4em;
}
.news-content .news-nav {
	overflow:hidden;
	padding:5px 0;
	margin-bottom:24px;
	border-top:#c7c0b3 1px solid;
	border-bottom:#c7c0b3 1px solid;
}
.news-content .news-nav .date {
	line-height:20px;
	margin-right:5px;
}
.news-content .news-nav .news-cat {
	float:left;
	line-height:20px;
}
.news-content .news-box {
	clear:both;
}
.news-content .news-box img {
	display:block;
	margin:auto;
	padding:10px;
	width:80%;
	height:auto;
}
.news-content .news-box img.alignleft {
	float:none;
}
.news-content .news-box p a {
	font-weight:bold;
}
.news-content .news-nav .next {
	float:right;
}
.news-content .news-nav .prev {
	float:left;
}
.news-content .news-nav .button {
	padding:10px 10px 11px;
	font-size:12px;
}

/**
 * 6.13 News Archive
 * -----------------------------------------------------------------------------
 */

/**
 * 6.14 Interview
 * -----------------------------------------------------------------------------
 */

#special-interview {
}
#special-interview .nameplate {
	display: block;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
	font-size: 100%;
	text-shadow: 0px 0px 10px #3DCCFF;
	color: #FFFEEC;
}
#special-interview .nameplate .chara {
	font-size:90%;
}
#special-interview .nameplate .yaku {
	font-size:70%;
}
#special-interview .nameplate .cast {
}
#special-interview .nameplate .san {
	font-size:90%;
}


#interview-nav {
}
#interview-nav .thumbnail li a {
	display:block;
	text-align:center;
	border:none;
	background-color:transparent;
	color:#4d2600;
}
#interview-nav .thumbnail li a:hover,
#interview-nav .thumbnail li a.visit {
	opacity:0.66;
}
#interview-nav .thumbnail li a .nameplate {
	background:url(images/interview/interview-btn.jpg) 0 0 no-repeat;
	background-size:cover;
	border:1px #bca68e solid;
	padding:0.5em 0;
}

#interview .photo {
	position:relative;
}
#interview .photo .castphoto {
	width:100%;
	height:auto;
}
#interview .photo .namearea {
	position: absolute;
	top: 0.5%;
	right: 0.5%;
	width: 50%;
	height: 99.5%;
}
#interview.cast03 .photo .namearea {
	left:0.5%;
}
#interview .photo .namearea .nameplate {
	padding:0.5em;
	background-color:rgba(0, 33, 71, 0.85);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: initial;
	max-height: 4.5em;
	min-height: 3.5em;
	/*position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);*/
}
#interview .photo .namearea .nameplate .cast {
	font-size:120%;
}
#interview.cast06 .photo .namearea .nameplate .cast {
	letter-spacing:-0.1em;
}
#interview .photo .namearea img {
	display:none;
}

#interview .interviewtext .text {
	color:#4d2600;
	position:relative;
	padding:10px 0;
	margin:10px 0 20px;
}
#interview .interviewtext .text .t-l,
#interview .interviewtext .text .t-r,
#interview .interviewtext .text .b-l,
#interview .interviewtext .text .b-r {
	display:block;
	position:absolute;
	width:45px;
	height:45px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:contain;
}
#interview .interviewtext .text .t-l {
	top:0;
	left:-10px;
	background-image:url(images/corner-t-l.png);
}
#interview .interviewtext .text .t-r {
	top:0;
	right:-10px;
	background-image:url(images/corner-t-r.png);
}
#interview .interviewtext .text .b-l {
	bottom:0;
	left:-10px;
	background-image:url(images/corner-b-l.png);
}
#interview .interviewtext .text .b-r {
	bottom:0;
	right:-10px;
	background-image:url(images/corner-b-r.png);
}
#interview .interviewtext .text p {
	margin:1em;
	min-height:4.4em;
}

#interview .interviewtext .togglebtn,
#interview .interviewtext .togglebtn:active,
#interview .interviewtext .togglebtn:visited {
	margin:30px 0 10px;
	padding-bottom:10px;
	padding-left: 48px;
	text-indent: -48px;
	line-height:1.4em;
	border-bottom: #c7c0b3 1px solid;
	cursor:pointer;
	font-size:90%;
	color:#002147;
	background:url(images/togglebtnon.png) right bottom no-repeat;
	opacity:1;
}
#interview .interviewtext .togglebtn span {
	font-family: 'Pinyon Script', cursive;
	font-size:24px;
	color:#8d7657;
}
#interview .interviewtext .togglebtn span b {
	font-size:32px;
	padding-left:0.1em;
	color:#4d2600;
	font-weight:normal;
}
#interview .interviewtext .togglebtn em.netabare {
	font-size:90%;
	color:#4c637e;
}
#interview .interviewtext .togglebtn:hover {
	opacity:0.66;
	background:url(images/togglebtn.png) right bottom no-repeat;
	border-color:#3db4cc;
}
#interview-nav .thumbnail li a .nameplate {
	position:relative;
}
#interview-nav .thumbnail li a .nameplate .new {
	position:absolute;
	top:2px;
	right:2px;
	display:block;
	width:20px;
	height:20px;
	background: url(images/new.png) 50% 50% no-repeat #3db4cc;
	background-size: contain;
	text-indent:-9999px;
	border-radius:10px;
}
#interview-nav .thumbnail li a:visited .nameplate .new,
#interview-nav .thumbnail li a:active .nameplate .new {
	display:none;
}

/**
 * 6.15 How to play
 * -----------------------------------------------------------------------------
 */

#howtoplay {
}

.howtoplay-content {
}

.howtoplay-box {
	border-top:#c7c0b3 2px solid;
	padding-top:10px;
	margin:10px 0 20px;
}
.howtoplay-box h2 {
	padding-left:1.4em;
	height:1.2em;
	line-height:1.2em;
	font-weight:bold;
	background:url(images/isw-mark.png) 0 0 no-repeat;
	background-size:contain;
	color: #4d2600;
}
.howtoplay-box h3 {
	margin-top:1em;
	font-size:90%;
	border-bottom: #c7c0b3 1px dashed;
	color: #4d2600;
}
.howtoplay-box .ss {
	width:100%;
	height:auto;
	margin:10px 0 0;
}
.howtoplay-box .ss img {
	padding-bottom:10px;
}
.howtoplay-box .text {
	font-size:90%;
}
.howtoplay-box .text p {
	margin-bottom:1em;
}
.howtoplay-box .text p.caution {
	font-size:80%;
	padding-left:1em;
	text-indent:-1em;
	margin-bottom:0;
}

/**
 * 6.16 FAQ
 * -----------------------------------------------------------------------------
 */

#faq {
}

.faq-content {
	margin:10px 0 20px;
}

.faq-content h2 {
	padding-left:1.4em;
	height:1.2em;
	line-height:1.2em;
	font-weight:bold;
	background:url(images/isw-mark.png) 0 0 no-repeat;
	background-size:contain;
	color: #4d2600;
}

.faq-box .togglebtn {
	margin:10px 0;
	padding-bottom:10px;
	padding-left: 26px;
	text-indent: -26px;
	line-height:1.4em;
	border-bottom: #c7c0b3 1px solid;
	cursor:pointer;
	font-size:90%;
	color:#002147;
	background:url(images/togglebtnon.png) right bottom no-repeat;
	opacity:1;
}
.faq-box .togglebtn:hover {
	opacity:0.66;
	background:url(images/togglebtn.png) right bottom no-repeat;
	border-color:#3db4cc;
}
.faq-box .text {
	font-size: 90%;
	padding:10px;
	margin-bottom: 20px;
	background:rgba(255,255,255,0.66);
	border-radius: 5px;
}

.faq-box .togglebtn span,
.faq-box .text span {
	font-family: 'Pinyon Script', cursive;
	font-size:24px;
	color:#8d7657;
}
.faq-box .text span {
	padding-left:10px;
}
.faq-box .text p {
	margin-bottom:10px;
}

/**
 * 6.17 Contact
 * -----------------------------------------------------------------------------
 */

.contact-content h2 {
	padding-left:1.4em;
	margin-bottom:3em;
	height:1.2em;
	line-height:1.2em;
	font-weight:bold;
	background:url(images/isw-mark.png) 0 0 no-repeat;
	background-size:contain;
	color: #4d2600;
}
.contact-content .text {
	font-size:90%;
}
.contact-content .text .caution {
	padding-left:1em;
	text-indent:-1em;
	margin-bottom:5px;
}
.contact-content .text .mailaddress {
	display:block;
	width:200px;
	height:30px;
	margin-left:1em;
}
.contact-content .text .mailaddress img {
	width:100%;
	height:auto;
}
.contact-content .text .contactbtn {
	margin-top:40px;
	text-align:center;
}

/**
 * 6.18 More Games
 * -----------------------------------------------------------------------------
 */

#moregames {
}
#moregames .page-title h1 {
	font-size:80%;
}

.moregames-content {
	font-size:80%;
	padding:10px;
	margin-bottom:10px;
	background-color:rgba(255,255,255,0.66);
	border-radius:10px;
	clear:both;
	overflow:hidden;
}
.moregames-content .image {
	width:25%;
	height:auto;
	float:left;
	margin-right:3%;
}
.moregames-content .text {
	width:72%;
	float:right;
}
.moregames-content .text p {
	margin-bottom:5px;
}
.moregames-content .text p .button {
	display: block;
	text-align: center;
}

/**
 * 6.19 Badge Poster
 * -----------------------------------------------------------------------------
 */
#badgeposter .items {
	margin-bottom:10px;
}
#badgeposter .items .agf {
	width:100%;
	height:auto;
}
#badgeposter .items div img {
	width:100%;
	height:auto;
	display:block;
	margin-bottom:10px;
}
#badgeposter .items p {
	color:#4d2600;
}
#badgeposter .items .booth {
	padding:0.3em 0.5em 0.4em;
	background:#fff;
	border-radius:3px;
	color:#1c4571;
	font-weight:normal;
}

/*poster*/
#badgeposter .items .poster {
	overflow:hidden;
	margin:20px 0;
}
#badgeposter .items .poster img {
	width:40%;
	margin-right:1%;
	float:left;
}
#badgeposter .items .poster p em {
	display:inline-block;
}
#badgeposter .items .poster p {
	font-size: 90%;
	display: block;
	width: 59%;
	float: left;
	line-height: 1.3em;
}
#badgeposter .items .poster p b {
	font-size:110%;
}
#badgeposter .items .poster p .button {
	margin-top:1em;
	padding:10px 10px 11px;
	display:inline-block;
	float:right;
}
#badgeposter .items .poster p .button span {
	font-weight:normal;
	font-size:80%;
}

/**
 * 6.20 Special Movie & Special Interview
 * -----------------------------------------------------------------------------
 */
.special-movie {
	color:#4d2600;
}
.special-movie .special-content {
	margin-bottom:20px;
}
.special-movie h2 {
	background:url(images/contents-title-news.png) 0 0 no-repeat;
	background-size:auto 50%;
	padding:14px 0 0 15px;
	line-height: 1.4em;
	height: inherit;
	display: inline-block;
	text-align:center;
}
.movint-name {
	display:block;
	font-size:18px;
	line-height:28px;
	font-weight:normal;
	width:90%;
}
.movint-img {
	width:100%;
	height:auto;
}
.movint-title .movint-img {
	width:91%;
	max-width:520px;
	padding:2%;
}
.movint-box .movint-img {
	display:block;
	margin:auto;
	max-width:300px;
}
.iframe-wrap {
	background-color:#000;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.movint-img-cap {
	font-size:70%;
	text-align:center;
}
.movint-text-ask {
	font-size:95%;
	color:#800d16;
}
.movint-text {
	font-size:90%;
}
.movint-text-name {
	font-size:95%;
}
.name-1 { color:#099; }
.name-2 { color:#039; }
.name-3 { color:#c60; }
.movint-nav {
	margin-bottom:24px;
}
.movint-nav-next {
	color:#800d16;
	background-color:#f0ece4;
	border:2px solid #c7c0b3;
	margin-bottom:0;
	padding:10px;
	font-size:90%;
}
.movint-nav-next-text {
	margin-bottom:0;
}
.nextbtn {
	padding-left:14px;
	background:url(images/nexticon.png) 0 2px no-repeat;
	background-size:14px 14px;
	font-size:110%;
}
.pagebtn {
	display:inline-block;
	margin:0.3em;
	font-size:90%;
	color:#4c7099;
}
a.nextbtn,
a.pagebtn {
	color:#002147;
}
a.pagebtn {
	text-decoration:underline;
}
a.nextbtn:hover,
a.pagebtn:hover {
	color:#4ce1ff;
}
.movint-banner {
	margin-bottom:24px;
}
.movint-nav-text {
	font-size:90%;
	text-align:center;
	margin-bottom:12px;
	color:#2870a5;
}
.movint-nav-text-about {
	font-size:80%;
	color:#4c2600;
}
.movint-nav:last-child,
.movint-banner:last-child,
.movint-nav-text:last-child {
	margin-bottom:0;
}

/**
 * 7.0 Footer
 * -----------------------------------------------------------------------------
 */

.site-footer {
	background:url(images/footer_bg.png) 50% top no-repeat;
	font-size: 12px;
	margin-top:-55px;
	position: relative;
	z-index: 3;
}

#social {
	overflow:hidden;
	margin:auto;
	width:260px;
}
.social_btn {
	float:left;
	margin-left: 10px;
}

.copyright {
	clear:both;
	font-size:10px;
	text-align:center;
	padding: 15px 10px;
}

/* page-top */
#page-top {
    position: absolute;
    top: -85px;
    right: 10px;
}
#page-top a {
    background: url(images/page-top.png) 0 0 no-repeat;
	background-size: cover;
    width: 72px;
	height:130px;
    display: block;
	text-indent:-9999px;
}

/**
 * 8.0 Media Queries
 * -----------------------------------------------------------------------------
 */
 
@media screen and (min-width : 900px){

	span.sp-dis-block {
		display:inline;
	}
	
	.anchor-nav {
		text-align:center;
	}
	
	.sp-br {
		display:none;
	}
	
	/* Navigation */
	
	#nav-toggle {
		display: none;
	}
	#primarynav {
		background:none;
		text-align:center;
		top:8px;
		display:block;
	}
	#primarynav a {
		display: inline-block;
		border-bottom: none;
	}

	#secondarynav,
	.menu2line #secondarynav {
		width:185px;
		height:auto;
		background: none;
	}
	#secondarynav:before,
	#secondarynav:after,
	.menu2line #secondarynav:before,
	.menu2line #secondarynav:after {
		content: "";
	}
	#secondarynav a,
	.menu2line #secondarynav a {
		display:block;
		width:185px;
		height:60px;
		margin:4px 0;
		padding:0;
		border-radius:0;
		background: url(images/secondarynav_bg.png) 0 0 no-repeat;
	}
	#secondarynav a .nav-sprite {
		margin:auto;
	}
	
	#footernav {
		text-align:center;
		padding: 40px 90px 0;
	}
	#footernav a {
		margin:10px;
		line-height:50px;
	}
	#footernav a .nav-sprite {
		display:inline-block;
	}

	/* new Icon */
	#primarynav a .new {
		top:2px;
		right:2px;
	}
	#secondarynav a .new {
		top:20px;
		right:5px;
	}

	/* Contents */
	
	#page-cover {
		height: 96px;
	}
	#kirakira {
		height: 96px;
	}
	#kirakiraimg {
		top:96px;
	}
	#page-logo {
		width:446px;
		height: 181px;
	}
	#logoimg {
		width:446px;
		height:181px;
		top: -5px;
	}
	#description {
		display:none;
	}

	#b-t,
	.menu2line #b-t {
		top:0;
		width:100%;
		height:24px;
		background-size:auto;
	}
	#b-b {
		height:42px;
		background-size:auto;
	}
	#b-l,
	.menu2line #b-l {
		top:0;
		width:28px;
		background-size:auto;
	}
	#b-r,
	.menu2line #b-r {
		top:0;
		width:28px;
		background-size:auto;
	}
	#c-tl,
	#c-tr,
	.menu2line #c-tl,
	.menu2line #c-tr {
		top:0;
		width:168px;
		height:154px;
		background-size:auto;
	}

	#c-bl,
	#c-br{
		width:168px;
		height:154px;
		background-size:auto;
	}

	#main-content,
	.menu2line #main-content {
		padding:60px 60px 60px 200px;
		margin: 0;
	}
	.menuno #main-content {
		padding:60px 130px 60px 130px;
		margin: 0;
	}

	#secondary {
		top:50px;
		left:-10px;
		width: 185px;
		height: auto;
	}

	.home #main-content {
		padding:60px;
	}

	.home #secondary {
		top:-800px;
	}
	
	/* Home */
	#leftbox{
		float:left;
		width:49%;
	}
	#rightbox{
		float:left;
		width:50%;
	}
	.page-header {
		width:605px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:24px;
		padding:0;
	}
	.page-header .catch {
		display:none;
	}
	.page-header .release {
		width:605px;
		height:160px;
		background:url(images/pc_page-header5.png) 50% 0 no-repeat;
		text-indent:-9999px;
	}

	.download {
		width:100%x;
		margin-left:auto;
		margin-right:auto;
	}
	.download .badge img {
		width:auto;
		height:60px;
	}
	
	#home-news,#home-movie,#home-twitter,#home-about {
		/* width:48%;*/
		height:320px;
		overflow:hidden;
		float:left;
		margin:12px 1%;
	}
	#home-news {
		overflow: inherit;
	}
	#home-news ul {
		max-height:223px;
		overflow:auto;
	}
	#home-news ul li {
		padding:10px 5px;
	}
	#home-news .news-cat {
	}
	#home-news .news-cat span {
		font-size: 10px;
		padding: 1px 3px 2px;
	}
	#home-twitter {
		height:340px;
		margin-bottom:40px;
		width:100%;
	}
	#home-about .switchbannerarea{
		text-align:left;
	}
	#home-about .switchbannerarea p{
		float:left;
	}
	#home-about .switchbannerarea p + p{
		width:180px;
		margin-left:5px;
	}
	#home-about .switchbannerarea p + p br{
		display:none;
	}
	#home-about {
		height:940px;
		margin-bottom:40px;
	}
	#home-about dl dt {
		margin-right: 5px;
		width:6em;
		float:left;
		border-right: 2px #2b2b2b solid;
	}
	#home-about dl.switchdl dt {
		margin-right: 5px;
		width:7em;
		float:left;
		border-right: 2px #2b2b2b solid;
	}
	#home-about dl.nickname dt {
		border-right: none;
	}
	#home-about dd {
		padding-left: 6.5em;
	}
	#home-about dl dt,
	#home-about dl dd {
		margin-bottom:4px;
		line-height:1.4em;
	}
	#home-cdlink {
		clear:both;
		text-align:center;
	}
	#home-cdlink a img {
		width:100%;
		height:auto;
		max-width:826px;
	}
	#home-staff {
		overflow:hidden;
		margin:40px 0;
	}
	#home-staff div {
		font-size:16px;
		width:33% !important;
		float:left;
		border-top: #c7c0b3 1px solid;
		border-right: #c7c0b3 1px solid;
		border-bottom: #c7c0b3 1px solid;
	}
	#home-staff div em {
		font-size:20px;
	}
	#home-staff div.first,
	#home-staff div.last {
		width:22%;
	}
	#home-staff div.first {
		border-top: #c7c0b3 1px solid;
		margin-top:0;
	}
	#home-staff div.last {
		border-right:none;
		border-bottom: #c7c0b3 1px solid;
		margin-bottom:0;
	}
	#appbanner h3 {
		font-size:16px;
	}
	#appbanner ul li {
        margin-left: 0;
        padding-right: 1%;
        margin-right: 1%;
        max-width: 18%;
	}

	
	/* Story */
	
	#intro .title1 {
		width:100%;
		height:44px;
		background:url(images/pc_introh2.png) 0 0 no-repeat;
		background-size:contain;
	}
	#intro .title1 .style1 {
		display:none;
	}
	#letter {
		padding:40px;
		background:url(images/pc_letter_bg.png) 0 0 no-repeat;
		background-size:contain;
	}
	
	/* Chara */
	
	#chara {
		position:relative;
	}
	#chara .chara-title {
		display:none;
	}
	#tabs,
	#nav-chara {
		position: inherit;
	}
	#nav-chara {
		width:486px;
		height:162px;
		margin:0 0 30px;
		padding-right:200px;
		background:url(images/chara/pc_nav-chara_bg.png) right bottom no-repeat;
	}
	#nav-chara li {
		width:80px;
		height:80px;
		margin:0 1px 1px 0;
		float:left;
	}
	#nav-chara li a {
		display:block;
	}
	.ui-tabs-nav li.ui-tabs-active img { opacity:0.33; }
	
	.chara-content {
		position:relative;
		min-height:880px;
		background:url(images/chara/pc_chara-content_bg.png) right bottom no-repeat;
	}
	.chara-img {
		width:464px;
		height:880px;
		background-size:auto;
		position:absolute;
		top:20px;
		right:-60px;
	}
	.chara-img .samplevoice {
		width: 72px;
		height: 72px;
		top: 100px;
		left: 45px;
	}
	.chara-img .samplevoice .voice-on,
	.chara-img .samplevoice .voice-pause {
		width: 72px;
		height: 72px;
		background-size: auto;
	}
	#chara-cyril .chara-img .samplevoice {
		top:100px;
		left:80px;
	}
	#chara-lee .chara-img .samplevoice {
		top:80px;
		left: 40px;
	}
	.chara-text {
		width:350px;
	}
	.chara-text .catch {
		width:512px;
		height:123px;
		margin-left:-40px;
		background:none;
		background-repeat:no-repeat;
		background-position:0 0;
		text-indent:-9999px;
	}
	#chara-aria .chara-text .catch {
		background-image:url(images/chara/chara-catch-aria.png);
	}
	#chara-clyde .chara-text .catch {
		background-image:url(images/chara/chara-catch-clyde.png);
	}
	#chara-matias .chara-text .catch {
		background-image:url(images/chara/chara-catch-matias.png);
	}
	#chara-a-jay .chara-text .catch {
		background-image:url(images/chara/chara-catch-a-jay.png);
	}
	#chara-cyril .chara-text .catch {
		background-image:url(images/chara/chara-catch-cyril.png);
	}
	#chara-keith .chara-text .catch {
		background-image:url(images/chara/chara-catch-keith.png);
	}
	#chara-ashley .chara-text .catch {
		background-image:url(images/chara/chara-catch-ashley.png);
	}
	#chara-lee .chara-text .catch {
		background-image:url(images/chara/chara-catch-lee.png);
	}
	#chara-demetrius .chara-text .catch {
		background-image:url(images/chara/chara-catch-demetrius.png);
	}
	#chara-iris .chara-text .catch {
		background-image:url(images/chara/chara-catch-iris.png);
	}
	.chara-text .name {
		width:350px;
		height:18px;
		margin-bottom:5px;
		background-repeat:no-repeat;
		background-position:0 0;
		text-indent:-9999px;
	}
	#chara-aria .chara-text .name {
		background-image:url(images/chara/chara-name-aria.png);
	}
	#chara-clyde .chara-text .name {
		background-image:url(images/chara/chara-name-clyde.png);
	}
	#chara-matias .chara-text .name {
		background-image:url(images/chara/chara-name-matias.png);
	}
	#chara-a-jay .chara-text .name {
		background-image:url(images/chara/chara-name-a-jay.png);
	}
	#chara-cyril .chara-text .name {
		background-image:url(images/chara/chara-name-cyril.png);
	}
	#chara-keith .chara-text .name {
		background-image:url(images/chara/chara-name-keith.png);
	}
	#chara-ashley .chara-text .name {
		background-image:url(images/chara/chara-name-ashley.png);
	}
	#chara-lee .chara-text .name {
		background-image:url(images/chara/chara-name-lee.png);
	}
	#chara-demetrius .chara-text .name {
		background-image:url(images/chara/chara-name-demetrius.png);
	}
	#chara-iris .chara-text .name {
		background-image:url(images/chara/chara-name-iris.png);
	}
	.chara-text .ename,
	.chara-text .cv {
		display:none;
	}
	.chara-text p span {
		display:inline-block;
		margin-right:1em;
	}
	.chara-sdimg {
		width:130px;
		height:222px;
		background-position:0 0;
		background-repeat:no-repeat;
		position:absolute;
		top:100px;
		left:-150px;
	}
	#chara-clyde .chara-sdimg {
		background-image:url(images/chara/chara-sd-clyde.png);
	}
	#chara-matias .chara-sdimg {
		background-image:url(images/chara/chara-sd-matias.png);
	}
	#chara-a-jay .chara-sdimg {
		background-image:url(images/chara/chara-sd-a-jay.png);
	}
	#chara-cyril .chara-sdimg {
		background-image:url(images/chara/chara-sd-cyril.png);
	}
	#chara-keith .chara-sdimg {
		background-image:url(images/chara/chara-sd-keith.png);
	}
	#chara-ashley .chara-sdimg {
		background-image:url(images/chara/chara-sd-ashley.png);
	}
	
	/* Special */
	.message {
		text-align:center;
	}
	#special-gallery .special-content .thumbnail li {
		width:31%;
	}
	#twheader .thumbnail li {
		clear: none;
		margin: 0 1% 20px;
	}
	#twicon .thumbnail {
		width:100%;
	}
	#twicon .thumbnail li {
		clear: none;
		max-width: 100px;
		margin: 0 1% 20px;
	}
	
	/* Goods */
	.cdinfo {
		overflow:hidden;
	}
	.cdinfo .jacket {
		width:100%;
		overflow:hidden;
	}
	.cdinfo .jacket img {
		width:49%;
		float:left;
		margin:0 0.5% 24px;
	}
	.cdinfo p {
		clear:left;
		margin:6px 0 24px;
	}
	a#team {
		font-size:14px;
		text-align:center;
	}
	.cdinfo .tokuten-title {
		font-size:16px;
		font-weight:normal;
		float:left;
		margin: 0 0 12px;
	}
	.cdinfo .tokuten {
		width:75%;
		float:right;
	}
	.cdinfo .tokuten h3 {
		margin-top:10px;
		font-size:20px;
		width:22em;
	}
	.cdinfo .tokuten h4 {
		font-size:18px;
	}
	.cdinfo .tokuten p {
		width:30em;
	}
	
	/* News */
	#news {
		margin-bottom:100px;
	}
	.news-content {
		margin-bottom:40px;
	}
	.news-content h2 {
		min-height:66px;
		background-size:auto;
		padding: 34px 0 0 33px;
		font-size:20px;
	}
	.news-content .news-nav {
		text-align:center;
		margin-bottom:2px;
	}
	.news-content .news-nav p {
		line-height:24px;
	}
	.news-content .news-nav .news-cat {
		float:right;
	}
	.news-content .news-box {
		overflow:hidden;
		color:#4d2600;
	}
	.news-content .news-box img {
		display: inline;
		margin: 0;
		padding: 10px;
		width: inherit;
		height: auto;
	}
	.news-content .news-box img.alignleft {
		width:50%;
		float:left;
		padding-right:16px;
	}
	.news-content .news-box p {
		margin:10px 10px 12px;
	}
	.news-content .news-box p.full {
		width:85%;
	}
	.news-content .news-nav .prev,
	.news-content .news-nav .next {
		float:none;
	}
	.news-content .news-nav .button {
		padding: 4px 10px 4px;
		display:inline-block;
		font-weight:normal;
	}
	
	/* Interview */
	#special-interview .message {
		font-size:14px;
		font-weight:bold;
	}
	.interview-top .thumbnail {
		overflow:hidden;
		background:url(images/interview/interview-top-bg.png) 0 0 repeat-y;
	}
	.interview-bottom .thumbnail {
		overflow:hidden;
		background:url(images/interview/interview-bottom-bg.png) 0 0 repeat-y;
	}
	#interview-nav {
		margin: 20px 0;
	}
	#interview-nav .thumbnail li {
		width:222px;
		margin:5px;
	}
	#interview-nav .thumbnail li a .nameplate {
		width: 186px;
		height: 44px;
		background-size: auto;
		margin: 2px auto;
		padding: 4px 0;
		line-height: 22px;
	}
	#interview-nav .thumbnail li a .nameplate .chara {
		font-size: 15px;
	}
	#interview-nav .thumbnail li a .nameplate .yaku {
		font-size: 12px;
	}
	#interview-nav .thumbnail li a .nameplate .cast {
		font-size: 18px;
	}
	#interview-nav .thumbnail li a .nameplate .san {
		font-size: 15px;
	}
	
	#interview .photo .namearea {
		width:49.5%;
		height:85px;
		margin-top:107px;
		background-color: rgba(0, 33, 71, 0.85);
		
	}
	#interview .photo .namearea .nameplate {
		background:none;
	}
	#interview .photo .namearea .nameplate .chara {
		font-size:15px;
		padding-right: 0.3em;
	}
	#interview .photo .namearea .nameplate .yaku {
		font-size:13px;
	}
	#interview .photo .namearea .nameplate .cast {
		font-size:26px;
		padding-right: 0.1em;
	}
	#interview .photo .namearea .nameplate .san {
		font-size:18px;
	}
	#interview .photo .namearea img {
		display:block;
		position:absolute;
		top:0;
		right:10px;
		height:100%;
		width:auto;
	}
	
	#interview .interviewtext .text .t-l,
	#interview .interviewtext .text .t-r,
	#interview .interviewtext .text .b-l,
	#interview .interviewtext .text .b-r {
		width:90px;
		height:90px;
		background-size:auto;
	}
	#interview .interviewtext .text p {
		margin:2.5em;
		font-size:17px;
	}
	#interview.cast03 .photo .namearea .nameplate {
		padding-left:120px;
	}
	#interview.cast03 .photo .namearea img {
		left:0;
	}
	
	/* How to play */
	.howtoplay-box {
		border-top:none;
		padding-top:0;
		margin-bottom:30px;
	}
	.howtoplay-box h2 {
		height:31px;
		line-height:31px;
		background-position:0 50%;
		background-size:auto;
		padding-left:40px;
		padding-top:0.2em;
		padding-bottom:0.2em;
		border-bottom: #c7c0b3 1px solid;
	}
	.howtoplay-box h3 {
	}
	.howtoplay-box {
		overflow:hidden;
	}
	.howtoplay-box .ss {
		width:50%;
		float:right;
		clear: both;
	}
	.howtoplay-box .text {
		width:48%;
		margin-right:2%;
		margin-top:10px;
		float:left;
	}
	.howtoplay-box .noimage {
		width:100%;
		float:none;
	}
	
	/* FAQ */
	.faq-content {
		margin: 20px 70px 30px;
	}
	.faq-box .text {
		padding: 10px 10px 10px 36px;
		text-indent:-36px;
	}

	/* Contact */
	.contact-content {
		margin: 20px 70px 200px;
	}
	.contact-content h2 {
		margin-bottom:1em;
	}
	.contact-content .text {
		padding:20px;
		background:rgba(255,255,255,0.66);
		border-radius:10px;
	}
	.contact-content .text .caution {
		margin-bottom:10px;
	}
	
	/* More Games */
	#moregames {
		margin-bottom:100px;
	}
	#moregames .page-title h1 {
		font-size:100%;
	}
	.moregames-content {
		font-size:90%;
		margin: 20px 70px;
	}
	.moregames-content .text p b {
		font-size:120%;
	}
	.moregames-content .text p .button {
		display: inline-block;
	}
	
	/* Badge Poster */
	#badgeposter .items div {
		width:49%;
		float:left;
		margin:0 0.5% 12px;
	}
	#badgeposter .items div p {
		font-size:14px;
		margin-right:1em;
	}
	#badgeposter .items p.caution {
		font-size:13px;
		clear:left;
		margin:0 0 24px;
		padding-top:6px;
		border-top: #c7c0b3 1px solid;
	}

	/*poster*/
	#badgeposter .items .poster {
		width:40%;
		overflow:hidden;
		margin:6px 5%;
	}
	#badgeposter .items .poster img {
		width:100%;
		margin-right:0;
		float:none;
	}
	#badgeposter .items .poster p em {
		display:inline;
	}
	#badgeposter .items .poster p {
		font-size:80%;
		display: block;
		width: 100%;
		float: none;
		line-height: 1.5em;
	}
	#badgeposter .items .poster p .button {
		display:block;
		text-align:center;
		width:60%;
		margin-left:auto;
		margin-right:auto;
		margin-top:0.8em;
		float:none;
	}
	
	/* Special Movie */
	.special-movie .special-content {
		margin-bottom:36px;
	}
	.special-movie h2 {
		text-align:left;
		margin-bottom: 10px;
	}
	.movint-title .movint-img {
		max-width: 450px;
		vertical-align: bottom;
	}
	.movint-name {
		display:inline;
		font-size:30px;
		line-height:60px;
	}
	.movint-name-block {
		display:block;
		font-size:34px;
		padding-left:15px;
		margin-top:-10px;
	}
	.iframe-wrap {
		max-width:640px;
		margin:auto;
	}
	.movint-box {
		max-width:580px;
		margin:auto;
		clear:both;
	}
	.movint-float {
		max-width:640px;
	}
	.nomargin {
		max-width:600px;
	}
	.movint-float .movint-box {
		width:46%;
		max-width:300px;
		margin-right:4%;
		float:left;
		clear:none;
	}
	.nomargin .movint-box {
		width:50%;
		margin-right:0;
	}
	.movint-img-cap {
		font-size:12px;
		padding:0.5em 0;
	}
	.movint-text-ask {
		font-size:15px;
		margin-bottom:15px;
	}
	.movint-text {
		font-size:17px;
		line-height:25px;
	}
	.movint-text-name {
		font-size:15px;
		text-shadow: 1px 1px 0 #d3d3d3;
	}
	.movint-nav {
		padding:15px 20px;
	}
	.movint-nav:last-child {
		padding-top:0;
		overflow:hidden;
	}
	.movint-nav-next-text {
		font-size:15px;
	}
	.nextbtn {
		font-size:17px;
		background-position:0 4px;
	}
	.pagebtn {
		font-size:17px;
	}
	.movint-banner {
		margin-bottom:0;
		width:50%;
		float:left;
	}
	.movint-banner .movint-img {
		width:312px;
	}
	.movint-nav-text {
		font-size:16px;
	}
	.movint-nav-text:first-child {
		margin-top:0.5em;
	}
	.movint-nav-text-about {
		font-size:13px;
		margin-top:1em;
	}
	.movint-nav-text-about .text10 {
		font-size:12px;
	}
		
	/* Footer */
	
	.site-footer {
		width: 990px;
		min-height: 185px;
		max-height: 418px;
		margin-top: -30px;
		padding-bottom:30px;
		margin-left: -20px;
	}
	#page-top {
    	top: -10px;
    	right: -10px;
	}
	#page-top a {
		width: 110px;
		height:200px;
	}

}

@media screen and (min-width : 960px){

#fixedbg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:800px;
	background:url(images/mainbg.png) 50% 0 no-repeat;
}
	
}