@charset "utf-8";
/* CSS Document */

/*****************
	setting
******************/

body{
	color:#343434;
	background: #FFF;
	background-position: 0 0, 20px 20px;
	background-size: 40px 40px;
	font-family:"Shin Go Regular", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	zoom:1;
	-webkit-text-size-adjust:100%;
	z-index: 0;
	}

a{color:#F80ED2;
 text-decoration: none;}
img{ vertical-align:bottom;}

h2{font-size: 20px;}

html,body{
	height:100%;
	}
	
#wrapper{
	min-width:800px;
	min-height:100%;
	height:auto !important;
	height:100%;
}

li{	list-style:none;}

a:hover img {
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
 
a img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}

section{
	font-size: 14px;
	font-family:"Reimin Y30 Medium", 'ＭＳ Ｐ明朝', 'MS PMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
	line-height: 5px;
	letter-spacing: 1px;
	padding-top: 40px;
	padding-left: 20px;
	margin-bottom: -30px;
}

section h4{padding-bottom: 10px;}

span{
	background-image: url(../img/initial.png);
	float: left;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	margin-top: -5px;
	text-indent: -7777px;
}

/*****************
	header
******************/

.header-wrap{
	margin-top: 0px;
}

.header{
	width:100%;
	min-width: 800px;
	height:70px;
	position:fixed;
	background-color:#FFF;
	box-shadow: 0px 2px rgba(0,0,0,0.1);
	opacity:0.9;
	z-index: 9999;
	}

	.header .global-navi{
		width:100%;
		margin: 0 auto;
		padding-left: 0px;
	}

		.title-logo{
			margin-top:15px;
			margin-left: 20px;
			}

		.header .global-navi li{
			float: right;
			width: auto;
			height: auto;
			padding-right: 30px;
			margin-top: -15px;
			letter-spacing: 3px;
		}

		.header .global-navi li a{
			text-decoration:none;
			color: #343434;
		}

		.header .global-navi li a:hover{
			color: #FF2ACF;
		}

.brand-link{
	margin-top: 0px;
}

.global-navi span{
	font-size: 5pt;
	vertical-align: middle;
}

.gn01{
	color: #0ead4a;
}

.gn02{
	color: #ffc001;
}

.gn03{
	color: #eb4a0b;
}


/*****************
	pagetop
******************/

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    display: block;
    padding: 20px 10px;
}
 
.pagetop a:hover {
    display: block;
    padding:20px 10px;
}

/*****************
	top
******************/

.wrapper{
		width: 800px;
		background-color: #FFFFFF;
		margin: 0 auto;
		padding: 90px 0px 0px;
}

.top-wrapper{
			border-bottom: solid 1px #cecece;
}

.top-img{
	width: 800px;
	height: 451px;
	background-image: url(../img/top/top-img.png);
}

.top-zoom{
	padding-top: 410px;
	padding-left: 10px;
}

.top-master{
	float:right;
	margin-top: -420px;
	padding-right: 20px;
}

.title{
	line-height: 15px;
}

.title p{
	font-size: 20px;
}

.counter{
	font-weight: 100;
}

.tweet-btn{
	float: right;
	margin-top: -40px;
}


.channnel{
	margin-top: 15px;
	border-bottom: solid 1px #cecece;
}

.ch-icon{
	float: left;
	margin-right: 15px;
}

.ch-name{
	line-height: 7px;
	padding-top: 5px;
}

.shoplink-jump{
	position: relative;
	float: right;
	margin-top: -60px;
	width: 195px;
	height: 46px;
	background-color:#ff0000;
	text-align: center;
	display: table-cell;
}

.shoplink-jump a{
		color: #FFF;
		text-decoration: none;
	    position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

.topmain{
	padding-left: 80px;
}

.topmain-txt{
		font-size: 12px;
		line-height: 10px;
}

.topmain-txt a{
	color: #0044FF;
}


/*****************
	whatsnew
******************/

.whatsnew-wrapper{
	border-bottom: solid 1px #cecece;
}

.whatsnew{
	position:relative;
	overflow: hidden;
	height: 300px;
	margin-bottom: 20px;
}

.infor-thumb{
	float: left;
	margin-right: 10px;
}

article{
	height: 130px;
	margin-bottom: 10px;
}

article h3{
	font-size: 16px;
}

article .date{
	font-size: 14px;
	margin-top: -10px;
}

article p{
	font-size: 14px;
}

.article-content{
	width: 700px;
}

/*****************
	concept
******************/

.concept{
	border-bottom: solid 1px #cecece;
	padding-bottom: 20px;
}

.concept-01{
	background-image: url(../img/concept/bg01.png);
	height: 300px;
	background-repeat: no-repeat;
}

.concept-02{
	background-image: url(../img/concept/bg02.png);
	height: 300px;
	background-repeat: no-repeat;
}

.concept-03{
	background-image: url(../img/concept/bg03.png);
	height: 326px;
	background-repeat: no-repeat;
}

.concept-04{
	background-image: url(../img/concept/bg04.png);
	height: 393px;
	background-repeat: no-repeat;
}


/*****************
	character
******************/

.character{
	font-size: 15px;
	line-height: 5px;
	letter-spacing: 1px;
	border-bottom: solid 1px #cecece;
	padding-bottom: 20px;
}

.chara-01{
	width: 300px;
	height: 400px;
	background-image: url(../img/chara/chara-01.png);
	float:left;
}

.chara-02{
	width: 50px;
	height: 400px;
	background-image: url(../img/chara/chara-02.png);
	margin-left: 318px;
}

.chara-03{
	width: 368px;
	height: 100px;
	background-image: url(../img/chara/chara-03.png);
	background-repeat: no-repeat;
	margin-top: 18px;
	padding-top: 5px;
	padding-left: 20px;
	font-family:"Ryumin Regular KL", 'ＭＳ Ｐ明朝', 'MS PMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
}

.chara-04{
	background-image: url(../img/chara/chara-04.png);
	background-repeat: no-repeat;
	width: 414px;
	height: 262px;
	float: right;
	line-height: 3px;
	margin-top: -523px;
	margin-right: -18px;
	padding-left: 18px;
	padding-top: 15px;
	font-size: 14px;
	font-family:"Ryumin Regular KL", 'ＭＳ Ｐ明朝', 'MS PMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
}

.chara-05{
	float: right;
	margin-top: -260px;
}

.chara-06{
	background-image: url(../img/chara/chara-06.png);
	background-repeat: no-repeat;
	width: 415px;
	height: 132px;
	float: right;
	margin-top: -137px;
}

		.sample-voice{
			float:right;
			margin-top: 17px;
			margin-right: 30px; 
			}

			.sample-voice li{
				display:inline-block;
				}


		.sample-cloth{
			float:right;
			margin-top: 9px;
			margin-right: 74px; 
			}

			.sample-cloth li{
				display:inline-block;
				}

.gallery{
	height: 438px;
}

.gallery ul{
	float:right;
}

.gallery li{
	display: inline-block;
	margin-bottom: 10px;
}



/*****************
	special
******************/

.special-wrapper{
	border-bottom: solid 1px #cecece;
	padding-bottom: 20px;
}

.special-01{
	background-image: url(../img/special/special-01.png);
	height: 300px;
	background-repeat: no-repeat;
}


.special-02{
	background-image: url(../img/special/special-02.png);
	height: 320px;
	background-repeat: no-repeat;
}

	.special-02 b{
		font-size: 18px;
	}

.tokuten-play{
	width:140px;
	margin: 0 auto 0;
}

.special-03{
	background-image: url(../img/special/special-03.png);
	height: 300px;
	background-repeat: no-repeat;
}

		.special-03 a{
			color: #FFF;
		}

		.special-03 a:hover{
			color: #FFED00;
		}

		.special-03 ul{
			width: 700px;
			float:left;
			margin-top: -5px;
		}


		.special-03 li{
			display: inline-block;
			width: 120px;
			height: 13px;
			background-color: #343434;
			text-align: center;
			padding-top: 12px;
			border-radius: 10px 10px 10px 10px;
			font-size: 12px;
			margin-left: 30px;
			margin-bottom: 18px;
		}

.special-04{
	background-image: url(../img/special/special-04.png);
	height: 1363px;
	background-repeat: no-repeat;
}


		.special-04 ul{
			float:left;
			margin-top: -5px;
		}


		.special-04 li{
			display: inline-block;
			width: 120px;
			height: 13px;
			text-align: center;
			padding-top: 12px;
		}


.special-04 h5{
			margin-left:310px;
			width:140px;
			height:25px;
			color:#FFF;
			background-color:#343434;
			font-size: 10pt;
			font-weight: 100;
			text-align:center;
			border-radius: 10px 10px 10px 10px;
			line-height: 25px;
}

.icon{
	height: 200px;
}

.icon ul{
	margin-left: -35px;
}

.icon li{
	padding-left: 20px;
}


.tw-header img{
	margin-left: 40px;
	}

.sozai-dl{
	font-size: 15px;
	margin-left:320px;
	margin-bottom: 40px;
}

.sozai-dl a{
	color: #343434;
}

.sozai-dl a:hover{
	color: #343434;
	text-decoration: underline;
}


.support-banner{
}

.banner-1{
	margin-left: 80px;
}

.banner-1l{
	margin-left: 280px;
}

.banner-1l textarea{
	margin-left: -200px;
}


.banner-1ll{
	margin-left: 280px;
}

.banner-1ll textarea{
	margin-left: -200px;
}


			textarea{
				font-size:12px;
				color:#343434;
				width:600px;
				height: 30px;	
				overflow:hidden;
				margin-bottom: 30px;
				}


.special-05{
	background-image: url(../img/special/special-04.png);
	height: 580px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.trial-movie{
	margin-left: 100px;
}

.trial-link{
	margin-left: 325px;
}

.trial-link small{
	font-size:9px;
	font-weight: 100;
	}

.trial-link dt{
	width: 180px;
	height: 25px;
	color: #FFFFFF;
	margin-left: -100px;
	margin-top: 20px;
	border-radius: 10px 10px 10px 10px;
	background-color: #343434;
	font-size: 10pt;
	font-weight: 100;
	text-align:center;
	line-height: 25px;
}

.trial-link dd{
	margin-top: -15px;
	margin-left: 100px;
}

.trial-link a{
	color: #343434;
}

.trial-link a:hover{
	text-decoration: underline;
}


/*****************
	spec
******************/

.spec-wrapper{
	margin-bottom: 20px;
}

.spec-01{
	background-image: url(../img/special/special-05.png);
	height: 423px;
	background-repeat: no-repeat;
}

.spec-01 dl{
	margin-left: 40px;
	line-height: 18px;
}

.spec-01 dt{
	float: left;
	width: 120px;
	}

.spec-01 dd{
	}


/*****************
	footer
******************/

footer{
	margin-bottom: 30px;
	text-align: center;
}

.brand-logo{
	margin-bottom: 10px;
}

small{font-size: 12px;
	font-weight: bold;
}
