@charset "utf-8";

/*
******************************************************************
* MJP top.css
******************************************************************
*/
body {
	position: relative;
	background: #0a2651;
	min-width: 1286px;
	max-height: 940px;
	/*min-height: 760px;*/
	min-height: 900px;
	height: 100%;
}


/*
******************************************************************
* .bg-box
******************************************************************/
.bg-box {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	min-width: 1286px;
	width: 100%;
	height: 100%;
	background: #0a2651 url(../img/bg_star.png) no-repeat center center;
	background-size: cover;
}
.device-sp .bg-box {
	position: absolute;
}
.device-sp .bg-box:before {
	display: block;
	opacity: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_body.png) no-repeat bottom center;
    background-size: 100% auto;
    content: '';
}
.device-sp #wrp-all.action .bg-box:before {
	opacity: 1;
}
.bg-flash {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url(../img/bg_flash.png) no-repeat center center;
	background-size: cover;
}
#wrp-all.action .bg-flash {
	opacity: 1;
}

.bg-card-box {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.bg-card {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.bg-card.bg-card01 {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	/* background: url(../img/bg_card01.png) no-repeat center center; */
	background: url(../img/bg_card02.png) no-repeat center center;
	background-size: cover;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
#wrp-all.action .bg-card.bg-card01 {
	opacity: 1;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.bg-card.bg-card02 {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(../img/bg_card02.png) no-repeat center center;
	background-size: cover;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
#wrp-all.action .bg-card.bg-card02 {
	opacity: 1;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


/*
******************************************************************
* #wrp-all
******************************************************************/
#contents {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	max-width: 1366px;
	min-width: 1286px;
	width: 100%;
	max-height: 940px;
	min-height: 760px;
	height: 100%;
	margin: 0 auto;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.logo-ttl {
	position: absolute;
	/* top: 50%; */
	/*top: 65%;*/
	top: 76%;
	left: 50%;
	z-index: 5;
	max-width: 620px;
  min-width: 620px;
	width: 86vh;
	max-height: 432px;
	height: 47vh;
	min-height: 374px;
	/* margin-top: 165px; */
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
body:not(.device-pc) .logo-ttl {
	max-width: 653px;
	min-width: 653px;
}
.logo-ttl img {
	display: block;
	opacity: 0;
}
#wrp-all.action .logo-ttl img {
	opacity: 1;
}

.logo_40th {
	position: absolute;
	top: 30px;
	left: 50%;
	z-index: 5;
	max-width: 1366px;
	min-width: 1280px;
	width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.logo_40th img {
	display: block;
	opacity: 0;
	width: 126px;
}
.logo_40th img {
	display: block;
	opacity: 0;
}
#wrp-all.action .logo_40th img {
	opacity: 1;
}

/*** .v-gundam ***/
.v-gundam {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 4;
	margin-top: -40px;
	margin-left: -45px;
	/* width: 778px;
	height: 816px; */
    max-width: 778px;
    min-width: 654px;
    width: 86vh;
    max-height: 816px;
    min-height: 686px;
    height: 91vh;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.v-gundam img {
	opacity: 0;
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#wrp-all.action .v-gundam img {
	opacity: 1;
}
.v-gundam:before {
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/img_v-gundam.png) no-repeat center center;
	background-size: cover;
	content: '';
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}
#wrp-all.action .v-gundam:before {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/*** .gundam ***/
.gundam {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
    margin-top: -140px;
	margin-left: -286px;
    max-width: 632px;
    min-width: 540px;
    width: 71vh;
    max-height: 614px;
    min-height: 524px;
    height: 69vh;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.gundam img {
    display: block;
    width: 100%;
    position: absolute;
    top: 100vh;
	left: -100vw;
	z-index: 2;
	-webkit-transform: scale(3) translateX(-100%);
	-ms-transform: scale(3) translateX(-100%);
	transform: scale(3) translateX(-100%);
}
#wrp-all.action .gundam img {
	top: 0;
	left: 0;
	-webkit-transform: scale(1) translateX(0);
	-ms-transform: scale(1) translateX(0);
	transform: scale(1) translateX(0);
}
.gundam:before,
.gundam:after {
	display: block;
	opacity: 1;
	position: absolute;
	top: 100vh;
	left: -100vw;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(../img/img_gundam.png) no-repeat center center;
	background-size: cover;
	content: '';
	-webkit-transform: scale(3) translateX(-100%);
	-ms-transform: scale(3) translateX(-100%);
	transform: scale(3) translateX(-100%);
}
#wrp-all.action .gundam:before,
#wrp-all.action .gundam:after {
	opacity: 0.2;
	top: 0;
	left: 0;
	-webkit-transform: scale(1) translateX(0);
	-ms-transform: scale(1) translateX(0);
	transform: scale(1) translateX(0);
}

/*** .z-gundam ***/
.z-gundam {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	margin-top: -170px;
	margin-left: 145px;
    max-width: 816px;
    min-width: 669px;
    width: 88vh;
    max-height: 644px;
    min-height: 528px;
    height: 70vh;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.z-gundam img {
	display: block;
	width: 100%;
	position: absolute;
	top: 100vh;
	left: 100vw;
	-webkit-transform: scale(2.5) translateX(100%);
	-ms-transform: scale(2.5) translateX(100%);
	transform: scale(2.5) translateX(100%);
}
#wrp-all.action .z-gundam img {
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-transform: scale(1) translateX(0);
	-ms-transform: scale(1) translateX(0);
	transform: scale(1) translateX(0);
}
.z-gundam:before,
.z-gundam:after {
	display: block;
	opacity: 1;
	position: absolute;
	top: 100vh;
	left: 100vw;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(../img/img_z-gundam.png) no-repeat center center;
	background-size: cover;
	content: '';
	-webkit-transform: scale(2.5) translateX(100%);
	-ms-transform: scale(2.5) translateX(100%);
	transform: scale(2.5) translateX(100%);
}
#wrp-all.action .z-gundam:before,
#wrp-all.action .z-gundam:after {
	opacity: 0.2;
	top: 0;
	left: 0;
	-webkit-transform: scale(1) translateX(0);
	-ms-transform: scale(1) translateX(0);
	transform: scale(1) translateX(0);
}

/*** promotion-box ****/
.promotion-box {
	opacity: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	overflow: hidden;
	position: absolute;
	top: 62%;
	left: 0;
	z-index: 6;
	max-width: 1366px;
	min-width: 1286px;
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#wrp-all.action .promotion-box {
	opacity: 1;
}
.promotion-inner {
	float: right;
	position: relative;
	max-width: 322px;
	min-width: 266px;
	width: 35vh;
	max-height: 269px;
	min-height: 220px;
	height: 29vh;
	cursor: pointer;
}
.promotion-box-frame {
	position: relative;
	z-index: 1;
	max-width: 322px;
	min-width: 266px;
	width: 35vh;
	max-height: 269px;
	min-height: 220px;
	height: 29vh;
}
.promotion-box-frame img {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.promotion-box-frame img:nth-child(2) {
	-webkit-animation: frame-flash 3s linear infinite;
	animation: frame-flash 3s linear infinite;
}
@-webkit-keyframes frame-flash {
	0% {
        opacity: 0.5;
	}
	50% {
        opacity: 1;
    }
	100% {
        opacity: 0.5;
	}
}
@keyframes frame-flash {
	0% {
        opacity: 0.5;
	}
	50% {
        opacity: 1;
    }
	100% {
        opacity: 0.5;
	}
}
.promotion-box-cap {
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	max-width: 252px;
	min-width: 205px;
	width: 27vh;
	max-height: 205px;
	min-height: 167px;
	height: 22vh;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.promotion-box-cap img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.promotion-inner:hover .promotion-box-cap img {
	width: 110%;
}
.promotion-inner:hover .promotion-box-cap:after {
	opacity: 0.8;
}
.promotion-box-cap:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+80,000000+80&0+0,0.9+80 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 80%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 80%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
	content: '';
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.promotion-box-txt {
    position: absolute;
    bottom: 18%;
	left: 50%;
	z-index: 3;
	max-width: 225px;
    min-width: 190px;
    width: 25vh;
    max-height: 25px;
    min-height: 21px;
    height: 3vh;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.promotion-box-txt img {
	display: block;
	width: 100%;
}
.promotion-box-icon-play {
	opacity: 0.8;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	margin-top: -15px;
	max-width: 122px;
	min-width: 106px;
	width: 14vh;
	max-height: 122px;
	min-height: 106px;
	height: 14vh;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.promotion-box-icon-play:before {
	display: block;
	position: absolute;
	border-radius: 50%;
	max-width: 122px;
	min-width: 106px;
	width: 14vh;
	max-height: 122px;
	min-height: 106px;
	height: 14vh;
	box-shadow: inset 0 0 0 2px #fff;
	content: '';
	/* -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease; */
}
/* .promotion-box:hover .promotion-box-icon-play:before {
	-webkit-animation: draw 3s linear infinite;
	animation: draw 3s linear infinite;
} */
@-webkit-keyframes draw {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
@keyframes draw {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
.promotion-box-icon-play img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


/*
******************************************************************
* ファーストアクション
******************************************************************/
.bg-flash,
.bg-box:before {
	-webkit-transition: all 2s linear;
	transition: all 2s linear;
}

.gundam img {
	-webkit-transition: all 0.5s cubic-bezier(0,.98,0,.99) 1.1s;
	transition: all 0.5s cubic-bezier(0,.98,0,.99) 1.1s;
}
.gundam:before {
	-webkit-transition: all 0.5s cubic-bezier(0,.98,0,.99) 1.2s;
	transition: all 0.5s cubic-bezier(0,.98,0,.99) 1.2s;
}
.gundam:after {
	-webkit-transition: all 0.5s cubic-bezier(0,.98,0,.99) 1.25s;
	transition: all 0.5s cubic-bezier(0,.98,0,.99) 1.25s;
}

.z-gundam img {
	-webkit-transition: all 0.5s cubic-bezier(0,.98,0,.99) 1.5s;
	transition: all 0.5s cubic-bezier(0,.98,0,.99) 1.5s;
}
.z-gundam:before {
	-webkit-transition: all 0.5s cubic-bezier(0,.98,0,.99) 1.6s;
	transition: all 0.5s cubic-bezier(0,.98,0,.99) 1.6s;
}
.z-gundam:after {
	-webkit-transition: all 0.5s cubic-bezier(0,.98,0,.99) 1.65s;
	transition: all 0.5s cubic-bezier(0,.98,0,.99) 1.65s;
}

.v-gundam img {
	-webkit-transition: all 0.4s ease-out 2.1s;
	transition: all 0.4s ease-out 2.1s;
}
.v-gundam:before {
	-webkit-transition: all 0.4s ease-out 2.1s;
	transition: all 0.4s ease-out 2.1s;
}

.bg-card.bg-card01 {
	-webkit-transition: all 0.8s cubic-bezier(0,1,0,1) 2.1s;
	transition: all 0.8s cubic-bezier(0,1,0,1) 2.1s;
}
.bg-card.bg-card02 {
	-webkit-transition: all 0.8s cubic-bezier(0,1,0,1) 2.15s;
	transition: all 0.8s cubic-bezier(0,1,0,1) 2.15s;
}

.logo_40th img {
	-webkit-transition: all 0.5s ease-in-out 2.6s;
	transition: all 0.5s ease-in-out 2.6s;
}

#footer {
	-webkit-transition: all 0.5s ease-in-out 2.6s;
	transition: all 0.5s ease-in-out 2.6s;
}

.promotion-box {
	-webkit-transition: all 0.5s ease-in-out 2.6s;
	transition: all 0.5s ease-in-out 2.6s;
}

.logo-ttl img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s ease-in-out 2.6s;
	transition: all 0.5s ease-in-out 2.6s;
}

#wrp-all.action.action-end .v-gundam:before,
#wrp-all.action.action-end .gundam:before,
#wrp-all.action.action-end .gundam:after,
#wrp-all.action.action-end .z-gundam:before,
#wrp-all.action.action-end .z-gundam:after {
	display: none;
}

#wrp-all.action.action-end .gundam img {
	-webkit-animation: hovering 3s linear infinite;
	animation: hovering 3s linear infinite;
}
#wrp-all.action.action-end .z-gundam img {
	-webkit-animation: hovering 3s linear infinite 1.5s;
	animation: hovering 3s linear infinite 1.5s;
}
#wrp-all.action.action-end .v-gundam img {
	-webkit-animation: hovering 3.5s linear infinite 0.5s;
	animation: hovering 3.5s linear infinite 0.5s;
}
@keyframes hovering {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	25% {
		-webkit-transform: translateY(2px);
		-ms-transform: translateY(2px);
		-o-transform: translateY(2px);
		transform: translateY(2px);
	}
	50% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	75% {
		-webkit-transform: translateY(-2px);
		-ms-transform: translateY(-2px);
		-o-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}
@-webkit-keyframes hovering {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	25% {
		-webkit-transform: translateY(2px);
		-ms-transform: translateY(2px);
		-o-transform: translateY(2px);
		transform: translateY(2px);
	}
	50% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	75% {
		-webkit-transform: translateY(-2px);
		-ms-transform: translateY(-2px);
		-o-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}


/*
******************************************************************
* #footer
******************************************************************/
#footer {
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 1;
	padding: 20px 30px;
	max-width: 1366px;
	min-width: 1286px;
	width: 100%;
	font-size: 10px;
	color: #fff;
	box-sizing: border-box;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
#wrp-all.action #footer {
	opacity: 1;
}
#footer .logo-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
#footer .box-copy {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}
#footer .box-copy li {
	display: inline-block;
	font-size: 13px;
	text-shadow: 0 0 3px #000, 0 0 5px #000;
}


/*
******************************************************************
* sns_btn
******************************************************************/
.sns_btn {
	overflow: hidden;
    padding: 0 10px 7px;
}
.sns_btn > ul {
}
.action .sns_btn li {
}
.sns_btn li {
	display: inline-block;
    vertical-align: top;
	margin-left: 10px;
}
.sns_btn li:first-child {
    margin: 0;
}

/*20190828 proto add*/
.top-menu {
	position: absolute;
	z-index: 10;
	opacity: 0;
	top: 15%;
  right: 6%;
	max-width: 285px;
	width: 33vh;
	max-height: 424px;
	height: 48vh;
	background: url(../img/img_top-menu.png) no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.5s ease-in-out 2.6s;
  transition: all 0.5s ease-in-out 2.6s;
}
#wrp-all.action .top-menu {
	opacity: 1;
}
.menu {
	padding: 88px 10px 56px;
	padding: 31% 10px 19%;
}
.landscape-sp.device-android .menu .menu-item a {
	padding: 14px 10px;
}
.menu-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	/*max-height: 67px;*/
}
.menu-item a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	/*max-height: 67px;*/
	/*height: 8vh;*/
	padding: 18px 10px;
}
.menu-item a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	opacity: 0;
	max-width: 262px;
	width: 100%;
	max-height: 41px;
	height: 5vh;
	background: url(../img/bg_top-menu.png) no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}
.menu-item a:hover:after {
	opacity: 1;
}
.menu-item * img {
	position: relative;
	z-index: 10;
	display: block;
}
.menu-feature img {
	max-width: 61px;
	width: 25%;
}
.menu-gameflow img {
	max-width: 170px;
	width: 75%;
}
.menu-card-system img {
	max-width: 240px;
	width: 98%;
}
.menu-spec img {
	max-width: 108px;
	width: 45%;
}

/*twitter box*/
.twitter-outer {
	position: absolute;
	z-index: 10;
	opacity: 0;
	top: 36%;
  left: 2.5%;
	max-width: 300px;
	width: 36vh;
	width: 300px;
	max-height: 441px;
	height: 441px;
	height: 60vh;
	padding: 20px 10px 10px; 
	background: url(../img/bg_twitter-flame.png) no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.5s ease-in-out 2.6s;
  transition: all 0.5s ease-in-out 2.6s;
}
#wrp-all.action .twitter-outer {
	opacity: 1;
}
.twitter-cont {
	width: 100%;
	height: 426px;
	margin-top: 14px;
	overflow: hidden;
}
.twitter-box {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: scroll;
}
.device-pc .twitter-box {
	width: calc(100% + 17px);
}
.twitter-inner {
	width: 100%;
}
.twitter-tweet {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
/*ipad tablet*/
.device-ipad .twitter-outer {
	top: 100px;
}