/*==================================================
home
==================================================*/
.home .home_blog .image {
	width: 100%;
	height: auto;
	padding: 27.8% 0 0;
	background: center center /100% no-repeat fixed;
	background-image: url(../img/home/img_home_plx01.jpg);
}
.home .home_blog .inr {
	padding: 81px 0 0;
}
.home .home_blog h2 {
	text-align: center;
	background: url(../img/home/bg_home_frame01.png) no-repeat center bottom;
	padding: 0 0 13px;
}
.home .home_blog .blogList {
	padding-bottom: 37px;
	background: url(../img/home/bg_home_frame02.png) no-repeat center bottom;
}
.home .home_blog .blogList ul {
	position: relative;
	overflow: hidden;
	margin: 20px 10px;
	border: 1px solid #43fcea;
	padding: 20px;
}
.home .home_blog .blogList li {
	width: 469px;
	float: left;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.home .home_blog .blogList li:nth-child(2n) {
	margin-left: 30px;
	width: 439px;
}
.home .home_blog .blogList li:last-child,
.home .home_blog .blogList li:nth-last-child(2) {
	margin-bottom: 0;
}
.home .home_blog .txtWrap {
	display: inline-block;
	width: 275px;
	margin: 0 0 0 22px;
}
.home .home_blog .bnr {
	margin: 65px 0 0;
	overflow: hidden;
	text-align: center;
}
.home .home_blog .bnr li {
	float: left;
	width: 500px;
}
.home .home_blog .bnr figcaption {
	padding: 10px 0 0;
}
.home .home_product {
	margin: 118px 0 0;
}
.home .home_product .image {
	width: 100%;
	height: auto;
	padding: 27.8% 0 0;
	background: center center /100% no-repeat fixed;
	background-image: url(../img/home/img_home_plx02.jpg);
}
.home .home_product .inr {
	padding: 67px 0 145px;
}
.home .home_product h2 {
	text-align: center;
	background: url(../img/home/bg_home_frame01.png) no-repeat center bottom;
	padding: 0 0 6px;
}
.home .home_product .productList {
	padding-bottom: 37px;
	background: url(../img/home/bg_home_frame02.png) no-repeat center bottom;
}
.home .home_product .productList .product_inr {
	position: relative;
	overflow: hidden;
	margin: 20px 0;
	font-size: 15px;
	border-top: 1px solid #43fcea;
	border-left: 1px solid #43fcea;
	border-right: 1px solid #43fcea;
}
.home .home_product .productList th {
	padding: 15px 0 15px 30px;
	width: 125px;
	background: rgba(67, 252, 234, 0.13);
	box-sizing: border-box;
	border-bottom: 1px solid #43fcea;
	line-height: 1em;
}
.home .home_product .productList td {
	padding: 15px 50px 15px 30px;
	width: 378px;
	line-height: 1.1em;
	background: rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid #43fcea;
	box-sizing: border-box;
}

/*==================================================
page -----Common------
==================================================*/
#bg {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 620px;
}
#bg.aboutbg {
	background: url(../img/page/about/bg_about_hero.jpg) no-repeat 50% 0;
	background-size: cover;
}
#bg.charabg {
	background: url(../img/page/chara/bg_chara_hero.jpg) no-repeat 50% 0;
	background-size: cover;
}
#bg.erobg {
	background: url(../img/page/ero/bg_ero_hero.jpg) no-repeat 50% 0;
	background-size: cover;
}
#bg.systembg {
	background: url(../img/page/system/bg_system_hero.jpg) no-repeat 50% 0;
	background-size: cover;
}
#bg.specialbg {
	background: url(../img/page/special/bg_special_hero.jpg) no-repeat 50% 0;
	background-size: cover;
}

/* #header
-------------------------------------*/
.page #header {
	position: relative;
	width: 1000px;
	margin: auto;
	height: auto;
}
.page .header {
	padding: 100px 0 0;
	background-size: cover;
	padding-bottom: 46px;
}
.page .header h1 a {
	overflow: hidden;
	display:block;
	position: relative;
	width: 389px;
	height: 250px;
	margin: 0 auto;
	white-space: nowrap;
	text-indent: 100%;
	background: url(../img/page/logo_page.png) no-repeat;
	background-size: contain;
}
.page .header .readtxt {
	position: relative;
	text-align: center;
	margin-top: -50px;
	padding: 0 0 188px;
}
.page #gnav {
	position: relative;
	margin-top: -46px;
	z-index: 1000;
}

/* #main
-------------------------------------*/
.page #main {
	border-top: 1px solid #43fcea;
	margin: -53px auto 0;
	padding: 53px 0 0;
}

/* frame */
.page h2 {
	text-align: center;
	background: url(../img/page/bg_page_frame01.png) no-repeat center center;
}
.page .frame {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 37px;
	background: url(../img/page/bg_page_frame02.png) no-repeat center bottom;
}

/*==================================================
about
==================================================*/
/* .main
-------------------------------------*/
/* summary */
.about .summary {
	position: relative;
	padding: 50px 0 44px;
	background: url(../img/page/about/bg_about_summary01.png) no-repeat 50% top,
	url(../img/page/about/bg_about_summary03.png) no-repeat 50% bottom;
	margin: 130px 0 263px;
}
.about .summary .inr {
	position: relative;
	background: url(../img/page/about/bg_about_summary02.png) repeat-y 50% 0,
	url(../img/page/about/bg_about_frame.png) no-repeat 50% 0;
	padding: 0px 126px 185px 420px;
	box-sizing: border-box;
	font-size: 1.14em;
}
.about .summary .img01 {
	position: absolute;
	top: 330px;
	right: 50%;
	margin-right: -499px;
	z-index: 20;
}
.about .summary .img02 {
	position: absolute;
	top: 380px;
	right: 50%;
	margin-right: -173px;
	z-index: 30;
}
.about .summary .img03 {
	position: absolute;
	top: 490px;
	right: 50%;
	margin-right: -441px;
	z-index: 40;
}
.about .summary .chara01 {
	position: absolute;
	top: -160px;
	left: 50%;
	margin-left: -817px;
	z-index: 10;
}
/* arasuji */
.about .arasuji {
	background: url(../img/page/about/bg_about_arasuji.jpg) no-repeat 50% 0;
	background-size: cover;
	padding: 113px 0 100px;
}
.about .arasuji .arasuji_inr {
	background: rgba(0, 0, 0, 0.85);
	padding: 38px 65px 40px 200px;
	font-size: 1.1em;
}
.about .arasuji .arasuji_inr p {
	padding: 0 0 32px;
}
.about .arasuji .arasuji_inr p:last-of-type {
	width: 396px;
}
.about .arasuji .frame .frame_inr {
	background: rgba(67, 252, 234, 0.13);
	padding: 50px;
	margin: 0 0 5px;
}
.about .arasuji .frame .chara01 {
	position: absolute;
	top: -10px;
	left: 0%;
	margin-left: 10px;
}
.about .arasuji .frame .chara02 {
	position: absolute;
	top: 383px;
	right: 0%;
	margin-left: 10px;
}

/*==================================================
chara
==================================================*/
/* .main
-------------------------------------*/
.chara #main {
	margin: -51px auto 0;
	padding: 51px 0 0;
}
.chara .cv {
	text-align: center;
	padding: 10px 0 0;
}
.chara .wmv p {
	display: inline-block;
	font-size: 14px;
}
.chara .wmv a {
	display: inline-block;
	width: 24px;
	height: auto;
	margin: 0 2px;
	color: #fff;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
	background: #00c2ae;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.chara .wmv a span {
	display: block;
	padding: 6px 0;
}

/* .heroine
-------------------------------------*/
.chara .heroine {
	position: relative;
}
.chara .heroine .frame {
	background: url(../img/page/bg_page_frame03.png) no-repeat center bottom;
	color: #fff;
	padding: 125px 0 47px;
}
.chara .heroine .frame_inr {
	background: rgba(68, 255, 236, 0.5);
	background: -moz-linear-gradient(top, rgba(68, 255, 236, 0.5) 0%, rgba(0, 0, 0, 0.5) 45%, rgba(216, 66, 114, 0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(68, 255, 236, 0.5) 0%,rgba(0, 0, 0, 0.5) 45%, rgba(216, 66, 114, 0.5) 100%);
	background: linear-gradient(to bottom, rgba(68, 255, 236, 0.5) 0%,rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.5),rgba(216, 66, 114, 0.5) 100%);
	padding: 85px 0 55px;
}

/* heroine01 */
.chara .heroine01 {
	position: relative;
	z-index: 30;
	width: 582px;
	margin: 0 113px 0 305px;
	background: url(../img/page/chara/bg_chara_heroine03.png) no-repeat center bottom;
	padding: 0 0 44px;
}
.chara .heroine01 h3 {
	background: url(../img/page/chara/bg_chara_heroine01.png) no-repeat center top;
	padding: 60px 40px 0;
	text-align: center;
}
.chara .heroine01 .heroine_inr {
	background: url(../img/page/chara/bg_chara_heroine02.png) repeat-y center center;
	padding: 0 46px;
}
.chara .heroine01 .status {
	display: block;
	border-bottom: 1px solid #44ffec;
	padding: 15px 0 20px;
	text-align: center;
}
.chara .heroine01 .txt {
	padding: 25px 5px 50px;
}
.chara .heroine01 .audiojs {
	display: inline-block;
	width: 120px;
	height: 37px;
	margin-right: 10px;
	background: url(../img/page/chara/btn_chara_heroine01.png) no-repeat 0 0 ;
}
.chara .heroine01 .voice {
	margin-left: -10px;
}

/* heroine02 */
.chara .heroine02 {
	position: relative;
	z-index: 10;
	width: 582px;
	margin: 76px 296px 0 122px;
	background: url(../img/page/chara/bg_chara_heroine06.png) no-repeat center bottom;
	padding: 0 0 43px;
}
.chara .heroine02 h3 {
	background: url(../img/page/chara/bg_chara_heroine04.png) no-repeat center top;
	padding: 60px 40px 0;
	text-align: center;
}
.chara .heroine02 .heroine_inr {
	background: url(../img/page/chara/bg_chara_heroine05.png) repeat-y center center;
	padding: 0 46px;
}
.chara .heroine02 .status {
	display: block;
	border-bottom: 1px solid #d74272;
	padding: 15px 0 20px;
	text-align: center;
}
.chara .heroine02 .txt {
	padding: 25px 5px 50px;
}
.chara .heroine02 .audiojs {
	display: inline-block;
	width: 120px;
	height: 37px;
	margin-right: 5px;
	background: url(../img/page/chara/btn_chara_heroine02.png) no-repeat 0 0 ;
}
.chara .heroine02 .voice {
	margin-left: -10px;
}
.chara .heroine02 .wmv a {
	background: #be3b66;
}
/* figure */
.chara .heroine .txt01 {
	position: absolute;
	top: 284px;
	left: 50%;
	margin-left: -248px;
	z-index: 40;
}
.chara .heroine .chara01 {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -900px;
	z-index: 20;
}
.chara .heroine .chara02 {
	position: absolute;
	top: 255px;
	right: 50%;
	margin-right: -590px;
	z-index: 40;
}
.chara .heroine .change01 {
	position: absolute;
	top: 870px;
	right: 50%;
	margin-right: -530px;
	z-index: 40;
}
.chara .heroine .txt02 {
	position: absolute;
	top: 1155px;
	right: 50%;
	margin-right: -315px;
	z-index: 20;
}
.chara .heroine .chara03 {
	position: absolute;
	top: 1180px;
	left: 50%;
	margin-left: -545px;
	z-index: 10;
}
.chara .heroine .change02 {
	position: absolute;
	top: 1770px;
	left: 50%;
	margin-left: -480px;
	z-index: 10;
}
.chara .heroine .chara04{
	position: absolute;
	top: 1005px;
	right: 50%;
	margin-right: -903px;
}
.chara .heroine .hero_chara02 img,
.chara .heroine .hero_chara03 img {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: 0.8s;
	position: absolute;
}
.chara .heroine .hero_chara02 img:nth-of-type(1){
	display: inline-block;
	backface-visibility: hidden;
}
.chara .heroine .hero_chara02 img.back,
.chara .heroine .hero_chara03 img.back {
	transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
}
.chara .heroine .hero_chara02:hover img.front,
.chara .heroine .hero_chara03:hover img.front {
	transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);

}
.chara .heroine .hero_chara02:hover img.back,
.chara .heroine .hero_chara03:hover img.back {
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
}
.chara .heroine .hero_chara02.hover img.front,
.chara .heroine .hero_chara03.hover img.front {
	transform:rotateY(180deg);
	-webkit-transform:rotateY(180deg);
}
.chara .heroine .hero_chara02.hover img.back,
.chara .heroine .hero_chara03.hover img.back {
	 transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
}

/* .other
-------------------------------------*/
.chara .other {
	position: relative;
	margin: 155px 0 0;
}
.chara .other h2 {
	position: relative;
	text-align: center;
	background: url(../img/page/bg_page_frame04.png) no-repeat center center;
	padding: 22px 0 0;
	z-index: 10;
}
.chara .other .cv {
	text-align: left;
	padding: 10px 0 15px;
}
.chara .other .frame {
	background: none;
	color: #fff;
}
.chara .other .frame_inr {
	background: rgba(136, 136, 136, 0.5);
	background: -moz-linear-gradient(top, rgba(136, 136, 136, 0.55) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(136, 136, 136, 0.55) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(136, 136, 136, 0.55) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
	padding: 38px 30px 0;
	margin-top: -18px;
}

/* .otherBox */
.chara .other .otherBox {
	position: relative;
	z-index: 30;
	width: 451px;
	padding: 0 0 35px;
	background: url(../img/page/chara/bg_chara_other03.png) no-repeat center bottom;
	margin: 0 0 40px;
	float: left;
}
.chara .other .otherBox p {
	position: relative;
	z-index: 30;
}
.chara .other .otherBox h3 {
	background: url(../img/page/chara/bg_chara_other01.png) no-repeat center top;
	padding: 60px 40px 0;
}
.chara .other .otherBox .other_inr {
	background: url(../img/page/chara/bg_chara_other02.png) repeat-y center center;
	padding-left: 46px;
}
.chara .other .otherBox .voice {
	margin-top: 23px;
}
.chara .other .otherBox .voice .audiojs {
	display: inline-block;
	width: 120px;
	height: 37px;
	background: url(../img/page/chara/btn_chara_other01.png) no-repeat 0 0 ;
}
.chara .other .wmv a {
	background: #5a567f;
}
.chara .other03 .wmv,
.chara .other08 .wmv,
.chara .other09 .wmv,
.chara .other11 .wmv {
	padding-left: 100px;
}

	/* .other01-06 */
	.chara .other .other01 {
		margin-right: 38px;
	}
	.chara .other .other01 .other_inr {
		padding-bottom: 50px;
	}
	.chara .other .other01 h3 {
		text-align: center;
	}
	.chara .other .other01 p {
		width: 320px;
		padding-top: 30px;
	}
	.chara .other .txt01 {
		position: absolute;
		top: 20px;
		right: -10px;
	}
	.chara .other .other02 .voice {
		padding: 10px 0 0;
	}
	.chara .other02 .other_inr > p {
		width: 220px;
	}
	.chara .other .chara02 {
		position: absolute;
		top: 70px;
		right: -80px;
	}
	.chara .other .other03 {
		top: -330px;
		margin-right: 38px;
	}
	.chara .other .other03 .voice {
		position: relative;
		padding: 0 0 20px 134px;
		z-index: 30;
	}
	.chara .other .other03 h3 {
		padding: 60px 40px 0 185px;
	}
	.chara .other03 .other_inr > p {
		width: 220px;
		padding-left: 140px;
	}
	.chara .other04 .other_inr > p {
		width: 220px;
	}
	.chara .other .chara03 {
		position: absolute;
		top: 30px;
		right: -15px;
	}
	.chara .other .other04 .voice {
		padding: 10px 0 40px;
	}
	.chara .other .chara04 {
		position: absolute;
		top: 30px;
		left: -100px;
	}
	.chara .other05 .other_inr > p {
		width: 220px;
	}
	.chara .other .other05 .voice {
		position: relative;
		padding: 0 0 25px;
		z-index: 30;
	}
	.chara .other .chara05 {
		position: absolute;
		top: 30px;
		right: -20px;
	}
	.chara .other06 .other_inr > p {
		width: 200px;
		padding-top: 30px;
	}
	.chara .other .other06 .voice {
		position: relative;
		padding: 0 0 15px;
		z-index: 30;
	}
	.chara .other .chara06 {
		position: absolute;
		top: 40px;
		right: -90px;
	}
	.chara .other07 .other_inr > p {
		width: 220px;
	}
	.chara .other .chara07 {
		position: absolute;
		top: 40px;
		right: -135px;
	}
	.chara .other .other08 {
		top: -395px;
		margin-right: 38px;
	}
	.chara .other .other08 h3 {
		padding: 60px 40px 0 185px;
	}
	.chara .other08 .other_inr > p {
		width: 220px;
		padding-left: 140px;
	}
	.chara .other .chara08 {
		position: absolute;
		top: 5px;
		left: -85px;
	}
	.chara .other .other08 .voice {
		position: relative;
		padding: 0 0 0 134px;
		z-index: 30;
	}
	.chara .other .other09 {
		top: -410px;
		margin-right: 38px;
	}
	.chara .other .chara09 {
		position: absolute;
		top: 30px;
		left: -122px;
	}
	.chara .other .other09 h3 {
		padding: 60px 40px 0 185px;
	}
	.chara .other09 .other_inr > p {
		width: 220px;
		padding-left: 140px;
	}
	.chara .other .other09 .voice {
		position: relative;
		padding: 0 0 20px 134px;
		z-index: 30;
	}
	.chara .other .chara10 {
		position: absolute;
		top: 137px;
		left: 165px;
	}
	.chara .other10 .other_inr > p {
		width: 228px;
	}
	.chara .other .other10 .voice {
		position: relative;
		padding: 0 0 20px 0;
		z-index: 30;
	}
	.chara .other .other11 {
		top: -410px;
		margin-right: 38px;
	}
	.chara .other .other11 h3 {
		padding: 60px 40px 0 185px;
	}
	.chara .other .chara11 {
		position: absolute;
		top: 45px;
		left: -25px;
	}
	.chara .other11 .other_inr > p {
		width: 220px;
		padding-left: 140px;
	}
	.chara .other .other11 .voice {
		position: relative;
		padding: 0 0 20px 134px;
		z-index: 30;
	}




	/* .new */
	.chara .new {
		position: absolute;
		top: 0;
		left: 0;
		margin: -15px 0 0 -30px;
		z-index: 10;
	}
	.chara .other11 .new {
		right: 0;
		left: auto;
		margin: -5px -30px 0 0;
	}

/*==================================================
ero
==================================================*/
/* .gallery
-------------------------------------*/
.ero .gallery {
	padding: 124px 0 172px;
}
.ero .gallery h3 {
	margin: 30px auto 0;
	text-align: center;
}
.ero .gallery ul {
	padding: 42px 20px 20px;
	margin-right: -30px;
	overflow: hidden;
}
.ero .gallery li {
	position: relative;
	float: left;
	padding: 0 30px 30px 0;
	}
.ero .gallery li a::after {
	position: absolute;
	content: "";
	background: url(../img/page/ero/bg_ero_gallery.png) no-repeat;
	top: 0;
	left: 0;
	width: 300px;
	height: 168px;
}
.ero .gallery li a {
	display: block;
	width: 300px;
	height: 168px;
	overflow: hidden;
	box-sizing: border-box;
	border: 2px solid #43fcea;
}
.ero .gallery li span {
	position: absolute;
	top: 50%;
	left: 50%;
	background: #000;
	width: 50px;
	height: 50px;
	text-align: center;
	box-sizing: border-box;
	border-radius: 50px;
	margin: -35px 0 0 -35px;
	z-index: 10;
	padding:10px 0 0;
	font-size: 1.3em;
}
.ero .gallery li img {
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}
.ero .gallery li img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.ero .gallery .new {
	position: absolute;
	top: 0;
	left: 0;
	margin: -30px 0 0 -30px;
	z-index: 10;
	width: 25%;
}

/*==================================================
system
==================================================*/
/* .main
-------------------------------------*/
.system p {
	position: relative;
	z-index: 20;
}
.system figure img {
	position: relative;
	z-index: 10;
}
.system .system_inr {
	width: 1000px;
	margin: 0 auto;
}
.system .system01 {
	margin: 70px 0 75px;
}
.system .system01 p:nth-of-type(1) {
	text-align: center;
}
.system .system01 p:nth-of-type(2) {
	top: 82px;
	left: 50%;
	margin-left: -135px;
}
.system .system01 figure img:nth-of-type(1) {
	top: -68px;
	left: 50%;
	margin-left: -520px;
}
.system .system01 figure img:nth-of-type(2) {
	top: 91px;
	left: 50%;
	margin-left: -341px;
}
.system .system02 {
	background: url(../img/page/system/bg_system_01.png) no-repeat center 171px;;
	background-size: contain;
	padding: 100px 0 0;
}
.system .system02 p {
	top: 271px;
	left: 50%;
	margin-left: -480px;
}
.system .system02 figure img:nth-of-type(1) {
	top: -120px;
	left: 50%;
	margin-left: -257px;
}
.system .system02 figure img:nth-of-type(2) {
	top: 327px;
	left: 50%;
	margin-left: -340px;
}
.system .system02 figure img:nth-of-type(3) {
	top: -170px;
}
.system .system03 {
	background: #000 url(../img/page/system/bg_system_02.jpg) no-repeat center 140px;
	background-size: cover;
	margin: -128px 0 -105px;
	padding: 140px 0 0;
}
.system .system03 p:nth-of-type(1) {
	top: 65px;
	left: 50%;
	margin-left: -474px;
}
.system .system03 p:nth-of-type(2) {
	top: 673px;
	left: 50%;
	margin-left: -384px;
}
.system .system03 figure img:nth-of-type(1) {
	top: -350px;
	left: 50%;
	margin-left: -268px;
}
.system .system03 figure img:nth-of-type(2) {
	top: -360px;
	right: 50%;
	margin-left: 520px;
}





/*==================================================
special
==================================================*/
/* .main
-------------------------------------*/
.special .main {
	padding: 0 0 172px;
}
/* .tabnav */
.special .tabnav {
	width: 1000px;
	margin: 0 auto;
	padding: 96px 0 15px;
	overflow: hidden;
	text-align: center;
}
.special .tabnav li {
	position: relative;
	float: left;
	width: 200px;
	height: 200px;
	margin: 0 25px;
}
.special .tabnav li a .tabtxt {
	padding: 80px 0 0;
}
.special .tabnav li a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 280px;
	opacity: 0.35;
	z-index: 0;
}
.special .tabnav li:last-child a span {
	left: 10px;
}
.special .tabnav li.current a span {
	opacity: 1;
}

/* .bnr
-------------------------------------*/
.special .bnr {
	margin: 105px auto 0;
}
.special .bnr .frame .frame_inr {
	background: rgba(67, 252, 234, 0.13);
	padding: 0 135px 22px;
	margin: 10px auto;
	text-align: center;
}
.special .bnr01 .frame_inr > ul {
	overflow: hidden;
	padding: 13px 180px 30px;
}
.special .bnr01 .frame_inr > ul li {
	float: left;
	width: 120px;
	margin: 0 25px;
	text-align: center;
}
.special .bnr02 .frame_inr > ul {
	overflow: hidden;
	padding: 13px 130px 30px;
}
.special .bnr02 .frame_inr > ul li {
	float: left;
	width: 200px;
	margin: 0 25px 0 0;
	text-align: center;
}
.special .bnr02 .frame_inr > ul li:last-child {
	margin: 0;
}
.special .bnr03 .frame_inr > ul {
	padding: 25px 40px 0;
}
.special .bnr03 .frame_inr > ul li {
	margin: 0 0 30px;
	text-align: center;
	line-height: 60px;
}

.special .trial {
	margin: 50px auto 30px;
	text-align: center;
	width: 669px;
}
.special .movie .frame_inr > iframe {
	overflow: hidden;
	padding: 30px 0 0;
}
.special .twitter .frame_inr > ul {
	overflow: hidden;
	padding: 30px 0;
}
.special .twitter .frame_inr > ul li {
	float: left;
	width: 200px;
	margin: 0 25px 0 0;
	text-align: center;
}

/* input_text */
.special .bnr dl {
	clear: both;
	background: #fff;
	border: 1px dashed #5d170f;
	color: #5d170f;
	padding: 25px;
}
.special .bnr dl dt {
	font-weight: bold;
}
.special .bnr dl li {
	overflow: hidden;
	font-size: 0.9em;
	line-height: 35px;
	padding: 0 0 10px;
}
.special .bnr dl input {
	width: 620px;
	padding: 0 5px;
	float: right;
}



.home .movie {
	z-index: 999;
	text-align: center;
}
.home .movie .audiojs {
	display: block;
	position: relative;
	overflow: hidden;
	top: -280px;
	width: 461px;
	height: 280px;
	text-indent: 100%;
	white-space: nowrap;
	background: none;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.home .movie .audiojs .play {
	background: none;
}
.home .movie .audiojs .play-pause {
	display: block;
	width: 461px;
	height: 280px;
	cursor: pointer;
	background: none;
}
.home .movie .audiojs .play-pause .play {
	display: block;
	width: 81px;
	height: 34px;
}
.home .movie a {
	position: absolute;
	top: 325px;
	margin: auto;
	display: block;
	color: #fff;
	font-size: 12px;
}
