@charset "utf-8";
/*-----------------------------------------------
 * 01. FIRST VIEW
 * 02. NEWS
 * 03. STORY, STAFF
 * 04. CHARACTER
 * 05. MECHA
-------------------------------------------------*/
/*-----------------------------------------------
 * 01. FIRST VIEW
-------------------------------------------------*/
.firstViewWrap {
	display: flex;
	position: relative;
}
@media screen and (max-width:770px) { 
	.firstViewWrap {
		display: block;
	}
}
/**
 * visual
 */
.visualWrap {
	width: calc((100% / 4) * 3);
	position: relative;
}
.visual {
	background: url(../img/top/firstview/visual.jpg) no-repeat 0 0 / 100%;
	width: 100%;
	padding-top: 133.3%;
	position: relative;
}
@media screen and (max-width:770px) { 
	.visualWrap {
		width: 100%;
	}
	.visual:before {
		content: "";
		background: url(../img/common/header_logo.png) no-repeat 0 0 / 100%;
		width: 481px;
		height: 193px;
		margin: auto;
		position: absolute;
		right: 0;
		left: 0;
		bottom: 40px;
	}
}
/**
 * rightWrap
 */
.rightWrap {
	width: calc(100% / 4);
}
@media screen and (max-width:770px) { 
	.rightWrap {
		width: 100%;
	}
}
/* shareArea */
.firstView__share {
	margin-top: 40px;
}

/* start */
.firstView__start {
	color: #2000c7;
	font-size: 16px;
	font-weight: 700;
    line-height: 1.5;
    margin-top: 40px;
	text-align: center;
}
@media screen and (max-width:770px) {
	.firstView__start {
		font-size: 32px;
		margin-top: 50px;
	}
}

/* movieArea */
.rightMovieArea {
	background-color: rgba(255,255,255,.8);
	margin-top: 44px;
	padding: 30px 0;
	position: relative;
}
@media screen and (max-width:770px) {
	.rightMovieArea {
		background-color: rgba(255,255,255,0);
		width: calc(100% - 100px);
		margin: 100px auto;
		padding: 70px 0;
	}
	.rightMovieWrap {
		padding: 0 50px;
	}
}
.rightMovieWrap a {
	display: block;
	overflow: hidden;
	position: relative;
}

/* bnrLists */
.rBnrListsWrap {
	width: calc(100% - 48px);
    margin: 54px auto 0;
}
.rBnrLists img {
	width: 100%;
}
@media screen and (max-width:770px) {
	.rBnrListsWrap {
		width: calc(100% - 100px);
	}
	.rBnrLists {
		flex-wrap: wrap;
		justify-content: center;
	}
	.rBnrLists li {
		width: calc(50% - 10px);
		margin-bottom: 20px;
	}
	.rBnrLists li:not(:nth-child(2n + 1)) {
		margin-left: 20px;
	}
}

/*-----------------------------------------------
 * 02. NEWS
-------------------------------------------------*/
.tNewsWrap {
	margin-top: -58px;
	padding-bottom: 160px;
}
.tNews__title {
	width: 50%;
}
@media screen and (max-width:770px) {
	.tNewsWrap {
		margin-top: 90px;
		padding-bottom: 90px;
	}
	.tNews__title {
		width: 100%;
	}
}
/**
 * tNewsLists
 */
.tNewsListsWrap {
	width: 50%;
    margin-top: -232px;
	margin-left: 50%;
}
.tNewsLists {
	min-height: 384px;
	margin-bottom: 40px;
	position: relative;
	padding-top: 128px;
}
.tNewsLists > li {
	height: 128px;
	position: relative;
}
.tNewsLists__in {
	width: 100%;
	height: 100%;
	padding: 20px 40px;
	position: relative;
	z-index: 3;
}
.tNewsLists__link{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.tNewsLists__top {
	display: flex;
	align-items: center;
}
.tNewsLists__time {
	color: #61daf2;
	font-size: 16px;
}
.tNewsLists__title {
	margin-top: 8px;
	color: #fff;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	font-size: 16px;
	text-decoration: none;
}
.tNewsLists__more {
	margin: 0 auto;
}

@media screen and (max-width:770px) {
	.tNewsListsWrap {
		width: calc(100% - 100px);
	    margin-top: 40px;
	    margin-right: auto;
		margin-left: auto;
	}
	.tNewsLists {
		min-height: auto;
		margin-bottom: 50px;
		padding-top: 176px;
	}
	.tNewsLists > li {
		height: 176px;
	}
	.tNewsLists__in {
		padding: 20px 48px;
	}
	.tNewsLists__time {
		font-size: 24px;
	}
	.tNewsLists__title {
		margin-top: 0;
		font-size: 24px;
	}
}

/* fixed lists */
.tNewsLists > li:first-child {
	width: calc((100% / 5) * 2);
	min-width: 480px;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 100;
}
.tNewsLists > li.is-nofixed:first-child {
    width: 100%;
	position: absolute;
	top: 0;
	bottom: auto;
}
@media screen and (max-width:770px) {
	.tNewsLists > li:first-child {
		width: 100%;
		min-width: 100%;
		position: absolute;
		top: 0;
		bottom: auto;
	}
}

/**
 * twWidgetArea
 */
.twWidgetArea {
	width: 50%;
    margin-top: -165px;
}
.twWidget {
	height: max(20vw, 240px);
	/*padding-top: 60%;*/
	position: relative;
}
.twitterWidget{
	height: 100%;
	overflow-x: hidden;
}
.twWidget iframe {
/*	position: absolute !important;
	top: 0;
	left: 0;*/
}
.twWidget__more {
	margin: 40px auto 0;
}
@media screen and (max-width:770px) {
	.twWidgetArea {
		width: calc(100% - 200px);
		margin: 70px auto 0;
	}
	.twWidget {
		height: max(36.2667vw, 272px);
	}
}

/*-----------------------------------------------
 * 03. STORY, STAFF
-------------------------------------------------*/
/**
 * common
 */
/* cosmicArea */
.cosmicArea {
	background-image: url(../img/top/background/middlebg.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
@media screen and (max-width:770px) {
	.cosmicArea {
		background-attachment: inherit;
		background-position: 0 0 !important;
	    background-size: 140%;
		padding-top: 400px;
	}
}

/**
 * story
 */
.tStoryWrap {
	width: 50%;
	margin-left: 50%;
	overflow: hidden;
	padding: 160px 0;
	position: relative;
	z-index: 1;
}
/* textWrap */
.tStory__textWrap {
	width: calc(100% - 160px);
	margin: 80px auto 0;
	position: relative;
	z-index: 1;
}
.tStory__text {
	color: #fff;
	font-size: 16px;
	line-height: 2.2;
}
@media screen and (max-width:770px) {
	.tStoryWrap {
		width: 100%;
		margin-left: 0;
		overflow: inherit;
	    padding: 0 0 80px;
	}
	.tStory__title {
		width: 100%;
		position: absolute;
		top: -50px;
		left: 0;
	}
	.tStory__textWrap {
		width: calc(100% - 100px);
		margin: 0 auto 0;
		padding-top: 130px;
	}
	.tStory__text {
		font-size: 24px;
	}
}

/**
 * staff
 */
.tStaffWrap {
	width: 50%;
	margin-right: 50%;
	overflow: hidden;
	padding: 160px 0;
	position: relative;
	z-index: 1;
}
.staffListsWrap {
	width: calc(100% - 160px);
	margin: 80px auto 0;
	position: relative;
	z-index: 1;
}
.staffLists__item {
	display: flex;
	margin-bottom: 20px;
}
.staffLists__item > dt {
	color: #61daf2;
	display: flex;
	font-size: 16px;
	white-space: nowrap;
}
.staffLists__item > dt:after {
	content: "";
	background: url(../img/common/deco_smallline.svg) no-repeat 0 0 / 100%;
	display: block;
	width: 5px;
	height: 24px;
	margin: 0 12px;
	opacity: .4;
}
.staffLists__item > dd {
	color: #fff;
	font-size: 16px;
}
@media screen and (max-width:770px) {
	.tStaffWrap {
		width: 100%;
		margin-top: 400px;
		margin-left: 0;
		overflow: inherit;
	    padding: 0 0 80px;
	}
	.tStaff__title {
		width: 100%;
		position: absolute;
		top: -50px;
		left: 0;
	}
	.staffListsWrap {
		width: calc(100% - 100px);
		margin: 0 auto 0;
		padding-top: 130px;
	}
	.staffLists__item {
		margin-bottom: 24px;
	}
	.staffLists__item > dt {
		font-size: 24px;
	}
	.staffLists__item > dt:after {
		width: 8px;
		height: 38px;
		margin: 0 16px;
	}
	.staffLists__item > dd {
		font-size: 24px;
	}
}

/*-----------------------------------------------
 * 04. CHARACTER
-------------------------------------------------*/
.tCharaWrap {
	padding: 160px 0;
}
.tChara__title {
	margin-bottom: 40px;
}
@media screen and (max-width:770px) {
	.tCharaWrap {
		padding: 90px 0;
	}
}

/**
 * charaLists
 */
/* item */
.charaLists__item {
	display: flex;
}
/* left */
.charaLists__left {
	width: 50%;
	position: relative;
}
/* img lists */
.charaLists__imgLists {
	width: 480px;
	height: 738px;
	margin: 0 auto;
	position: relative;
}
.charaLists__imgLists > li {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-50px);
	transition: all .4s ease;
}
.charaLists__imgLists > li.is-active {
	opacity: 1;
	transform: translateX(0);
}
.charaLists__imgLists > li img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width:770px) {
	.charaLists__imgLists {
		width: 100%;
	}
}
/* change btn */
.charaLists__changeBtn {
    position: absolute;
    right: 40px;
    bottom: 80px;
}
@media screen and (max-width:770px) {
	.charaLists__changeBtn {
		right: auto;
		left: 41px;
    	bottom: 34px;
	}
}

/* right */
.charaLists__right {
	width: 50%;
	position: relative;
}
/* detailLists */
.charaDetailListsWrap {
	width: calc(100% - 80px);
    margin: 150px auto 0;
    padding-right: 40px;
}
.charaDetailLists__item {
	display: flex;
	margin-bottom: 10px;
}
.charaDetailLists__item > dt {
    color: #000;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    width: 50px;
    opacity: .4;
    transform: scale(.8);
    white-space: nowrap;
}
.charaDetailLists__item > dd {
	padding-top: 2px;
	width: calc(100% - 50px);
	font-size: 16px;
	line-height: 2;
}
.charaDetailLists__item > dd.charaDetailLists__name {
	color: #2000c7;
	font-size: 24px;
	font-weight: 700;
}
@media screen and (max-width:770px) {
	.charaDetailListsWrap {
		width: 100%;
   	    margin: 0 auto 0;
   	    padding-top: 40px;
   	    padding-right: 50px;
	}
	.charaDetailLists {
	    margin-left: -80px;
	}
	.charaDetailLists__item > dt {
		font-size: 16px;
	    width: 80px;
		transform: scale(1);
	}
	.charaDetailLists__item > dd {
		font-size: 24px;
		width: calc(100% - 80px);
	}
	.charaDetailLists__item > dd.charaDetailLists__name {
		font-size: 32px;
	}
}

/**
 * thumb lists
 */
.charaThumbListsWrap {
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.charaThumbLists {
	display: flex;
	justify-content: center;
}
.charaThumbLists > li {
	width: 80px;
	height: 80px;
	position: relative;
}
.charaThumbLists > li:before {
	content: "";
	background: url(../img/common/framedeco_small_w.svg) no-repeat 0 0 / 100%;
	width: 90%;
	height: 90%;
	margin: auto;
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left:0;
    pointer-events: none;
    z-index: 2;
}
@media screen and (max-width:770px) {
	.charaThumbListsWrap {
		width: 100%;
		margin-bottom: 40px;
		position: relative;
		top: auto;
		right: auto;
	}
	.charaThumbLists > li {
		width: 96px;
		height: 96px;
	}
	.charaThumbLists > li:before {
		width: 88px;
		height: 88px;
	}
}
.charaThumbLists > li a {
	display: block;
	background-color: #000;
	position: relative;
	transition: background-color .3s ease;
	z-index: 1;
}
.charaThumbLists > li a:hover,
.charaThumbLists > li a.is-active {
	background-color: #2000c7;
}
.charaThumbLists > li a:before {
	content: "";
	background-color: #2000c7;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: color;
	opacity: 0;
	transition: opacity .3s ease;
}
.charaThumbLists > li a:hover:before,
.charaThumbLists > li a.is-active:before {
	opacity: 1;
}
.charaThumbLists > li a img{
	width: 100%;
}

/*-----------------------------------------------
 * 05. MECHA
-------------------------------------------------*/
.tMechaWrap {
	padding: 160px 0;
}  
.tMecha__title {
    margin-bottom: 40px;
}
@media screen and (max-width:770px) {
	.tMechaWrap {
		padding: 90px 0;
	}  
}

.mechaListsFullWrap {
	overflow: hidden;
    margin: -120px 0 -80px 0;
    padding: 120px 0 80px 0;
}
@media screen and (max-width:770px) {
	.mechaListsFullWrap {
	    margin-top: 0;
	    padding-top: 0;
	}
}

/**
 * lists
 */
.mechaListsWrap {
	overflow: visible;
	position: relative;
	z-index: 1;
}
/* item */
.mechaLists__item {
	position: relative;
}
/* left */
.mechaLists__left {
	width: 50%;
    position: relative;
    z-index: 2;
}
@media screen and (max-width:770px) {
	.mechaLists__left {
		width: 100%;
	}
}

/* detailLists */
.mechaDetailListsWrap {
	width: calc(100% - 80px);
    margin: 0 auto;
    padding: 150px 0 80px;
}
.mechaDetailLists__item {
	display: flex;
	margin-bottom: 10px;
}
.mechaDetailLists__item > dt {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    width: 50px;
    opacity: .4;
    transform: scale(.8);
    white-space: nowrap;
}
.mechaDetailLists__item > dd {
	color: #fff;
	padding-top: 2px;
	width: calc(100% - 50px);
	font-size: 16px;
	line-height: 2;
}
.mechaDetailLists__item > dd.mechaDetailLists__name {
	color: #61daf2;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 700;
}
@media screen and (max-width:770px) {
	.mechaDetailListsWrap {
		width: 100%;
		padding: 10px 10px 40px;
	}
	.mechaDetailLists__item {
		margin-bottom: 20px;
	}
	.mechaDetailLists__item > dt {
		font-size: 16px;
	    width: 80px;
		transform: scale(1);
	}
	.mechaDetailLists__item > dd {
		font-size: 24px;
		width: calc(100% - 80px);
		padding-right: 80px;
	}
	.mechaDetailLists__item > dd.mechaDetailLists__name {
		font-size: 32px;
	}
}

/* right */
.mechaLists__right {
	width: 75%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
@media screen and (max-width:770px) {
	.mechaLists__right {
		width: 100%;
		position: relative;
		top: auto;
		right: auto;
	}
}

/* img lists */
.mechaLists__imgLists {
	width: 720px;
	height: 480px;
	margin: 0 auto;
	position: relative;
}
.mechaLists__imgLists > li {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(50px);
	transition: all .4s ease;
}
.mechaLists__imgLists > li.is-active {
	opacity: 1;
	transform: translateX(0);
}
.mechaLists__imgLists > li img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width:770px) {
	.mechaLists__imgLists {
		width: 100%;
		height: 560px;
	}
}

.mecha1-pos {
	margin-left: 32px;
	margin-top: 80px;
}
.mecha2-pos {
	margin-left: 136px;
    margin-top: 8px;
}
.mecha3-pos {
	margin-left: 56px;
	margin-top: -4px;
}
.mecha4-pos {
	margin-left: 64px;
	margin-top: 16px;
}
.mecha5-pos {
	margin-left: 48px;
	margin-top: 16px;
}
.mecha6-pos {
	margin-left: 32px;
	margin-top: 80px;
}
/* mecha position */
@media screen and (max-width:770px) {
	.mecha1-pos {
		margin-left: 32px;
		margin-top: 80px;
	}
	.mecha2-pos {
		margin-left: 0;
	    margin-top: 8px;
	}
	.mecha3-pos {
		margin-left: 0;
		margin-top: -4px;
	}
	.mecha4-pos {
		margin-left: 0;
		margin-top: 16px;
	}
	.mecha5-pos {
		margin-left: 24px;
		margin-top: 16px;
	}
	.mecha6-pos {
		margin-left: 32px;
		margin-top: 80px;
	}
}

/* change btn */
.mechaLists__changeBtn {
	position: absolute;
    right: 40px;
    bottom: 60px;
}
@media screen and (max-width:770px) {
	.mechaLists__changeBtn {
		right: 41px;
    	bottom: 10px;
	}
}

/**
 * thumb lists
 */
.mechaThumbListsWrap {
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.mechaThumbLists {
	display: flex;
	justify-content: center;
}
.mechaThumbLists > li {
	width: 80px;
	height: 80px;
	position: relative;
}
.mechaThumbLists > li:before {
	content: "";
	background: url(../img/common/framedeco_small_b.svg) no-repeat 0 0 / 100%;
	width: 90%;
	height: 90%;
	margin: auto;
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left:0;
    pointer-events: none;
    z-index: 2;
}
@media screen and (max-width:770px) {
	.mechaThumbListsWrap {
		width: 100%;
		margin-bottom: 40px;
		position: relative;
		top: auto;
		right: auto;
	}
	.mechaThumbLists > li {
		width: 96px;
		height: 96px;
	}
	.mechaThumbLists > li:before {
		width: 88px;
		height: 88px;
	}
}
.mechaThumbLists > li a {
	display: block;
	background-color: #fff;
	position: relative;
	transition: background-color .3s ease;
	z-index: 1;
}
.mechaThumbLists > li a:hover,
.mechaThumbLists > li a.is-active {
	background-color: #61daf2;
}
.mechaThumbLists > li a:before {
	content: "";
	background-color: #61daf2;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: color;
	opacity: 0;
	transition: opacity .3s ease;
}
.mechaThumbLists > li a:hover:before,
.mechaThumbLists > li a.is-active:before {
	opacity: 1;
}
.mechaThumbLists > li a img{
	width: 100%;
}
