@charset 'utf-8';

html, body {
	width: 100%;
	height: 100%;
}

html { font-size: 62.5% !important; }

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

html { font-size: 72% !important; }
}

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

html { font-size: 90% !important; }
}

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

html { font-size: 105% !important; }
}

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

html { font-size: 125% !important; }
}

body {
	min-width: 320px;
	color: #2e2e2e;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	width: 100%;
	height: auto;
}

a:link, a:visited {
	color: #00c0ff;
	text-decoration: none;
}

a:hover, a:active { text-decoration: none; }

/*clearfix*/

/* For modern browsers */
.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after { clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.cf { zoom: 1; }

.clear { clear: both; }

.siteTitle {
	z-index: 10;
	left: 0;
	font-size: 0.8rem;
	color: #fff;
 font-size:;
	text-indent: 0px;
	text-shadow: -1px -1px rgb(102,102,102), 1px -1px rgb(102,102,102), -1px 1px rgb(102,102,102), 1px 1px rgb(102,102,102), 0px 2px rgb(102,102,102), -1px 2px rgb(102,102,102), 1px 2px rgb(102,102,102);
}

.siteTitle a:link, .siteTitle a:visited { color: #fff; }

.siteTitle a:hover, .siteTitle a:active { text-decoration: none; }

.bgHack {
	max-width: 640px;
	z-index : -1;
	background-image : url('../image/bg-top.jpg');
	background-repeat : no-repeat;
	background-size : 100% auto;
	position : fixed;
	top : 0;
	left : 0;
	right : 0;
	bottom : 0;
	margin: 0 auto;
}

.is-Story {
	background-image : url('../system/image/bg-system-story.jpg');
	background-repeat : no-repeat;
	background-size : 100% auto;
	position : fixed;
}

.is-Voice {
	background-image : url('../system/image/bg-system-voice.jpg');
	background-repeat : no-repeat;
	background-size : 100% auto;
	position : fixed;
}

.is-Movie {
	background-image : url('../movie/image/bg-movie.jpg');
	background-repeat : no-repeat;
	background-size : 100% auto;
	position : fixed;
}

.bgWing {
	background: url(/close/image/img-wing.png);
	background-repeat: repeat;
	background-size: 100%;
	height: 90%;
	bottom: 20%;
	background-attachment: fixed;
}

.baseAb { position: absolute; }

.listNone { list-style: none; }

/* ====================
 wrapper
==================== */
.max-width {
	max-width: 640px;
	margin: auto;
	overflow: hidden;
}

.wrapper {
	width: 100%;
	position: relative;
}

.bodyIsMovie .wrapper, .bodyIsStory .wrapper, .bodyIsTop .wrapper { background: url(/close/image/dot.png); }

.container {
	width: 100%;
	padding-top: 10%;
}

.content {
	position: relative;
	margin-top: -10%;
}

.bg {
	width: 100%;
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url("../images/bg2.jpg");
	background-size: 100%;
}

.navi {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	z-index: 99;
}

.navi ul li {
	list-style: none;
	float: left;
	width: 25%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bg-btn-menu {
	width: 100%;
	background: #00c0ff;
}

.container { padding-top: 19%; }

.page-top {
	position: fixed;
	z-index: 90;
	bottom: 0;
	right: 2%;
	width: 25%;
	height: 14%;
	max-width: 150px;
	text-indent: -9999px;
}

.page-top a :hover, .page-top a {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../image/img-pagetop.png) no-repeat;
	background-size: contain;
}

/* ====================
storelink
==================== */

.areaDown {
	width: 100%;
	background: rgba(255,169,169, 0.5);
	height: auto;
	padding-top: 2%;
	padding-bottom: 2%;
}

.topDown {
	position: relative;
	background: url(../image/bg-down.png) no-repeat;
	background-size: contain;
	width: 90%;
	margin: 0 auto;
	padding-top: 28%;
	z-index: 50;
}

.bgTopDown {
	display: block;
	position: relative;
	z-index: -1;
	margin: 0 0 4% 0;
}

.topDown .andDown, .topDown .appDown {
	margin-top: -21%;
	z-index: 50;
}

.topDown .andDown {
	margin-top: -18%;
	z-index: 50;
}

.appDown { z-index: 50; }

.btn-app {
	width: 45%;
	margin: 2% auto 0 auto;
}

.andDown { margin-left: 13%; }

.andDown ul { }

.andDown ul li {
	float: left;
	list-style: none;
	width: 45%;
}

.andDown ul li:nth-child(2) {
	margin-left: 2%;
	width: 39%;
}

/* ====================
top
==================== */

#mainMiddle { display: none; }

.main {
	width: 100%;
	height: 290px;
	position: relative;
}

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

.main { height: 330px; }
}

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

.main { height: 410px; }
}

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

.main { height: 530px; }
}

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

.main { height: 545px; }
}

/*===================================
play chara
===================================*/
.playChara {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.logo {
	top: 5%;
	width: 49%;
	left: 5%;
	z-index: 5;
}

.play-img-chara {
	bottom: -75%;
	right: 0;
	z-index: 3;
	width: 54%;
}

.bg-text-chara {
	background: url(../image/bg-text.png) no-repeat;
	background-size: contain;
	width: 63%;
	top: 30%;
	padding-top: 100%;
	z-index: 10;
	left: 0;
}

.text-present {
	width: 64%;
	top: 2%;
	left: 4%;
}

.btn-present {
	width: 62%;
	top: 34%;
	left: 2%;
	z-index: 10;
	display: block;
}

.click-present { z-index: 10; }

.box-present {
	left: 50%;
	top: 22%;
	width: 32%;
	z-index: 40;
}

.playBottomChara {
	bottom: 0px;
	right: 0px;
	height: 1px;
	width: 50%;
	z-index: 3;
}

.imgCake {
	width: 22%;
	top: 58%;
	left: 30%;
	opacity: 0;
	z-index: 4;
}

.textAttention {
	top: 85%;
	left: 2%;
	font-size: 0.7rem;
	z-index: 20;
	color: #333;
}

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

.textAttention {
	top: 90%;
	font-size: 0.8rem;
}
}

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

.textAttention {
	top: 95%;
	font-size: 0.8rem;
}
}

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

.textAttention {
	top: 88%;
	font-size: 0.8rem;
}
}

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

.textAttention {
	top: 90%;
	font-size: 0.8rem;
}
}

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

.textAttention {
	top: 92%;
	font-size: 0.8rem;
}
}

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

.textAttention {
	top: 96%;
	font-size: 0.8rem;
}
}

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

.textAttention {
	top: 90%;
	font-size: 0.8rem;
}
}

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

.textAttention {
	top: 92%;
	font-size: 0.8rem;
}
}

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

.textAttention {
	top: 90%;
	font-size: 0.8rem;
}
}

.areaMainBanner {
	width: 100%;
	position: relative;
	z-index: 10;
}

.areaMovie {
	width: 90%;
	margin: 8% auto 4%;
}

.movieDown {
	background: none;
	margin-bottom: 4%;
}

.movieDownTitle {
	width: 100%;
	margin: 4% 0;
}

.areaCampagin {
	width: 100%;
	margin: -5% auto 4% auto;
}

.areaCampagin ul li { list-style: none; }

.areaAboutange, .areaNewchara {
	width: 100%;
	overflow: hidden;
	list-style-type : none;
	z-index: 10;
	position: relative;
	height: 100%;
}

.areaTwitter h2, .areaSpec h2, .areaAboutange h2, .areaNewchara h2, .areaPlay h2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 10;
}

.catchAboutange, .catchNewchara {
	position: absolute;
	top: 16%;
	;
	right: 0;
	font-size: 2rem;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	z-index: 10;
}

.catchAboutange {
	top: 18%;
	left: 0;
}

/*===================================
new chara
===================================*/
.areaNewchara h2 { top: 8.5%; }

.areaNewchara ul li {
	width: 100%!important;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	list-style-type : none;
	overflow: hidden;
}

.innerNewchara {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

.textNewchara {
	padding-top: 500px;
	margin-left: -486px;
}

.btnNewchara-chara, .btnNewchara-voice {
	position: absolute;
	width: 28%;
	bottom: 0;
	right: 69%;
	z-index: 2;
}

.btnNewchara-chara { right: 2%; }

/*===================================
about ange
===================================*/

.areaAboutange {
	position: relative;
	width: 100%;
	height: auto;
	background: rgba(255,255,255,0.6);
	border-top: 1px solid #00c0ff;
}

.areaAboutange h2 {
	left: 0;
	margin-left: 0;
	top: 2%;
}

.textAboutange {
	text-align: center;
	width: 90%;
	line-height: 2.6;
	font-size: 1.1rem;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	color: #000;
	z-index: 10;
	margin-left: 5%;
}

.areaTwitter {
	margin: 0 auto;
	padding: 4% 0;
	position: relative;
	width: 100%;
	background: rgba(255,255,255,0.6);
	border-top: 1px solid #00c0ff;
}

.innerCommon {
	padding-top: 26%;
	padding-bottom: 4%;
}

.areaTwitter h2 {
	position: absolute;
	top: 2%;
}

.bgTwitter {
	width: 90%!important;
	margin: 0 auto;
	background: url(../image/window-twitter.png);
	background-size: 100%;
}

.bgTwitterBottom, .bgTwitterTop {
	width: 90%;
	margin: 0 auto;
}

.twi_time {
	width: 90%;
	max-height: 360px;
	margin: 0 auto;
}

#document.timeline-Widget {
	max-width: 90%;
!important;
	width: 90%;
!important;
}

div.timeline-Widget {
	max-width: 90%;
!important;
	width: 90%;
!important;
}

.timeline {
	max-width: 90%;
!important;
	width: 90%;
!important;
}

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

.twi_time {
	width: 300px;
	max-height: 360px;
	margin: 0 auto;
}
}

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

.twi_time { height: 360px; }
}

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

.twi_time { height: 360px; }
}

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

.innerTwitter {
	padding-top: 33%;
	padding-bottom: 15%;
}

.twi_time { height: 460px; }
}

.btnWorld {
	width: 80%;
	margin: 4% auto;
}

.btn-follow {
	width: 80%;
	margin: 4% auto;
}

.areaSpec {
	margin: 0 auto 8% auto;
	width: 100%;
	background: url(/close/image/bg-spec.png) repeat;
}

.innerSpec {
	margin: 0 auto;
	position: relative;
}

.detailSpec {
	padding-top: 12%;
	padding-bottom: 2%;
}

.detailSpec li {
	float: left;
	list-style-type : none;
	font-size: 0.9rem;
	color: #fff;
}

.appSpec li {
	width: 100%;
	float: none;
	display: table;
}

.app { width: 67%; }

.icon {
	width: 25%;
	margin-left: 4%;
	margin-right: 4%;
}

.areaSns {
	width: 62%;
	margin: 8% auto;
	overflow: hidden;
}

.areaSns ul li {
	width: 30%;
	max-width: 120px;
	float: left;
	margin-right: 5%;
	list-style-type : none;
}

.areaSns ul li:last-child { margin-right: 0; }

.appSpecLeft {
	display: table-cell;
	width: 25%;
	font-size: 1.1rem;
}

.appTitle { font-size: 1.0rem; }

.appSpecRight {
	padding-right: 2%;
	display: table-cell;
	line-height: 1.3;
	font-size: 1.1rem;
}

.specDown {
	background: none;
	margin: 0 auto;
	padding-bottom: 14%;
}

.areaBanner { padding-bottom: 4%; }

.areaBanner ul li {
	list-style-type : none;
	width: 90%;
	margin: 2% auto;
}

/*===================================
play ange
===================================*/
.areaPlay {
	position: relative;
	margin: auto;
	background: url(/close/image/bg-play.jpg);
	border-top: solid #00c0ff 1px;
	border-bottom: solid #00c0ff 1px;
}

.areaPlay h2 {
	top: 2%;
	left: 0;
	margin-left: 0;
}

.playList { margin: 2% auto; }

.playList li {
	position: relative;
	margin: 20px auto;
}

.btnClick {
	position: absolute;
	width: 28%;
	bottom: 2%;
	right: 14%;
}

.bC-is-left {
	right: auto;
	left: 14%;
}

/* ====================
chara
==================== */
.areaBtn {
	max-width: 640px;
	margin: 5% auto;
}

.areaBtn li {
	width: 95%;
	list-style: none;
	margin: 0 auto;
}

.areaCharaicon {
	width: 100%;
	max-width: 640px;
	margin: 0 auto 2% auto;
}

.inlineChara { position: relative; }

.areaCharaicon ul li {
	width: 30%;
	list-style: none;
	max-width: 150px;
	float: left;
	margin: 1.5%;
}

.areaCharaicon ul {
	width: 78%;
	margin: 0 auto;
}

p.bgVoice {
	width: 52%;
	height: 14%;
	position: absolute;
	z-index: 2;
	bottom: 1%;
	left: 36%;
	margin-left: -57px;
	background: url(../chara/image/bg-voice.png) no-repeat;
	background-size: cover
}

span.btnVoice {
	display: block;
	width: 30%;
	height: 70%;
	margin-left: 4%;
	margin-top: 5%;
	text-indent: -9999px;
	cursor: pointer;
	background: url(../chara/image/btn_voice.png)no-repeat;
	background-size: cover;
}

/* ====================
story
==================== */

.text-story {
	margin: 4% auto;
	text-align: center;
	font-size: 1.3rem;
	line-height: 2.2;
}

/* ====================
world
==================== */

.wrapWorld {
	width: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
	position: relative;
	background: url(../world/image/img-blue.jpg) no-repeat;
	background-size: cover;
	height: auto;
}

.textWorld {
	position: relative;
	padding-top: 8%;
	width: 78%;
	padding-bottom: 8%;
	margin-left: 2%;
}

.Worldis-black {
	background: url(../world/image/img-black.jpg) no-repeat;
	background-size: cover;
}

.Worldis-red {
	background: url(../world/image/img-red.jpg) no-repeat;
	background-size: cover;
}

.Worldis-red .innerWorld { padding-bottom: 18%; }

.Worldis-white {
	background: url(../world/image/img-white.jpg) no-repeat;
	background-size: cover;
}

.Worldis-green {
	background: url(../world/image/img-green.jpg) no-repeat;
	background-size: cover;
}

.is-right { margin-left: 19%; }

/*===================================
system
===================================*/

.systemNavi {
	width: 90%;
	margin: 4% auto 0 auto;
}

.systemNavi ul li a {
	position: relative;
	display: block;
	height: auto;
}

img.bg-system {
	max-width: 640px;
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

.innerSystem .contents {
	margin-top: 10%;
	position: relative;
	width: 100%;
}

.innerSystem .bg-con03 { margin-top: 15%; }

.innerSystem .bg-con04 { margin-top: 12%; }

.innerSystem .bg-con05 { margin-top: 22%; }

.innerSystem .contents .subTitle {
	position: absolute;
	z-index: 3;
	left: 0;
	top: -4%;
	width: 50%;
}

.bg-con04 .subTitle {
	width: 57%!important;
	top: -1.5%!important;
}

.bg-con05 .subTitle {
	width: 57%!important;
	top: -8%!important;
}

.innerSystem .contents .contentsInner {
	width: 100%;
	position: relative;
}

.innerSystem .contents .con04-02 {
	position: absolute;
	bottom: 1%;
}

.areaRoulette {
	position: relative;
	width: 93%;
	left: 2%;
	margin-left: 10px;
	margin-top: -60%;
	overflow: hidden;
	border: solid 4px #ff7b79;
}

.wakuRou {
	position: absolute;
	z-index: 10;
	width: 37%;
	right: 0;
	top: -7%;
}

.roulette {
	position: absolute;
	width: 64%;
	display: block;
	top: -50%;
	right: -32%;
}

.runChara {
	width: 195px;
	height: 195px;
	display: block;
	overflow: hidden;
	background: transparent url(../system/image/elel.png) no-repeat top left;
	position: absolute;
	z-index: 2;
	top: 35%;
	left: 3%;
}

.innerSystem .contents .contentsInner .text {
	position: absolute;
	z-index: 1;
	width: 71%;
}

.con01 .con01Txt {
	width: 78%!important;
	top: 4%;
}

.con01 .con02Txt {
	top: 46%;
	left: 22%;
}

.con02 .con01Txt { top: 31%; }

.con03 .con01Txt {
	top: 37%;
	width: 71%!important;
}

.con03 .con02Txt {
	top: 53%;
	left: 17%;
	width: 83%!important;
}

.con04-01 .con01Txt {
	width: 90%!important;
	top: 0.4%;
}

.con04-01 .con02Txt {
	width: 78%!important;
	top: 46%;
	left: 0;
}

.con04-01 .con03Txt {
	width: 89%!important;
	top: 41%;
	right: 0;
}

.con04-01 .con04Txt {
	width: 72%!important;
	top: 72%;
	left: 17%;
}

.con05 { padding-bottom: 10% }

.img-pao {
	position: absolute;
	z-index: 2;
	top: 2.6%;
	left: 55%;
	width: 16%;
}

.btn-click {
	position: absolute;
	z-index: 2;
	left: 40%;
	top: 47%;
	width: 27%;
}

.slider img {
	width: 100%;
	height: auto;
}

.conVoice01 .con01VoiceTxt {
	width: 85%!important;
	top: 4%;
	left: 7%;
}

.conVoice01 .con02VoiceTxt {
	width: 82%!important;
	top: 43%;
	left: 7%;
}

.conVoice02 .con01VoiceTxt {
	width: 70%!important;
	top: 28%;
	left: 14%;
}

.conVoice02 .con02VoiceTxt {
	width: 80%!important;
	top: 48%;
	left: 7%;
}

.conVoice02 .con03VoiceTxt {
	width: 71%!important;
	bottom: 4%;
	left: 15%;
}

.conStory01 .con01StoryTxt { }

.conVoice03 .con01VoiceTxt {
	width: 77%!important;
	top: 32%;
	left: 7%;
}

.conVoice03 .con02VoiceTxt {
	width: 84%!important;
	top: 48%;
	left: 7%;
}

.conStory01 .con01StoryTxt {
	width: 90%!important;
	top: 4%;
	left: 2%;
}

.conStory01 .con02StoryTxt {
	width: 85%!important;
	top: 54%;
	left: 7%;
}

.conStory02 .con01StoryTxt {
	width: 81%!important;
	top: 44%;
	left: 9%;
}

.conVoice04 { padding-bottom: 10%; }

.thumb-ss { width: 100%; }

.ss {
	top: 25%;
	width: 90%;
	left: 5%;
}

.ss li {
	position: relative;
	width: 32%;
	float: left;
	margin-right: 1%;
}

.ss li:last-child { margin-right: 0; }

.markPlus {
	top: -6%;
	right: -3%;
	width: 24%;
	z-index: 10;
}

.conStory02ss { top: 69%; }

.conStory03ss01 { top: 14%; }

.conStory03ss02 { top: 39%; }

.conStory03 { padding-bottom: 10%; }

.innerSystem .contents .is-storyST { width: 58%; }

.innerSystem .bg-conS03 .is-storyST { top: -2%; }

/* ====================
movie
==================== */

.movieTab {
	width: 96%;
	display: table;
	margin: 4% auto;
}

.movieTab li {
	position: relative;
	display: table-cell; /* IE8から使用可能 */
	vertical-align: middle;
	width: 25%;
	height: 45px;
	line-height: 1.5rem;
	padding: 4% 0.2%;
	text-align: center;
	border-left: #04c0ff solid 2px;
	border-bottom: #04c0ff solid 2px;
	background: #838383;
	z-index: 0;
	font-size: 1.1rem;
	font-weight: bold;
}


.movieTab li.active {
	border-left: #ffdb70 solid 2px;
	border-bottom: #ffdb70 solid 2px;
	background: #fffcd1;
}

.movieTab li a {
	color: #fff;
}

.movieTab li.active a { color: #fe6c6f }

.movieTab li:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #838383 transparent transparent transparent;
}

.movieTab li.active:after { border-color: #fffcd1 transparent transparent transparent; }

.tabBox { display: none; }

.MovieContents {
	margin: 4% auto;
	padding: 4% 0;
	background: rgba(255,255,255,0.7);
}


.innerMovie li {
	margin: 1%;
	float: left;
	width: 48%;
	position: relative;
}

.movieThumb {
	display: block;
	border: 1px solid #00c0ff;
}

.movieButton {
	position: absolute;
	width: 20%;
	top: 23%;
	left: 41%;
}

.movieTitle {
	background: #00c0ff;
	color: #fff;
	font-size: 1.15rem;
	padding: 5px 5px;
  word-break : break-all;
  overflow: hidden;
}

.textLine {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

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

.movieTitle {
	font-size: 1rem;

}
}

.movieTime{
display:block;
}


/* ====================
 footer
==================== */
.footer {
	background-color: #000;
	color: #fff;
	padding-bottom: 8%;
}

.footer li { list-style: none; }

.footer-inner {
	padding: 5%;
	font-size: 1rem;
	line-height: 1.5rem;
}

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

.footer-inner { padding: 2%; }
}

.logo-area { display: table; }

.logo-area li {
	vertical-align: bottom;
	line-height: 1;
}

.logo-area li:first-child {
	width: 32%;
	margin-bottom: 5%;
}

.copy small {
	margin-left: 6%;
	/*font-size: 1.1rem;*/
	font-size: 1rem;
}

.footer-text { padding: 3% 0 0; }
