@charset "utf-8";

#wrapper .__kv,
footer {
	position: relative;
	z-index: 1;
}

.mainContents {
	color: #fff;
	font-size: 16px;
	line-height: 1.75em;
}

@media screen and (max-width:768px) {
	.mainContents {
		font-size: 14px;
		line-height: 1.75em;
	}
}

@media screen and (max-width:480px) {
	.mainContents {
		font-size: 13px;
		line-height: 1.75em;
	}
}


.mainContents * {
	box-sizing: border-box;
	list-style: none;
}

.mainContents section {
	margin: 0;
	padding: 0;
}

.mainContents h1,
.mainContents h2,
.mainContents h3,
.mainContents h4,
.mainContents h5,
.mainContents h6 {
	margin: 0;
	padding: 0;
}

.mainContents .inner {
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
}

.mainContents .menu {
	position: relative;
	margin: 0;
	padding: 40px 0;
	background: #000;
	z-index: 1;
}

.mainContents .menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 96%;
	margin: 0 auto;
	padding: 0;
}

.mainContents .menu li {
	margin: 5px 0;
	border-left: 1px solid #ff0000;
}

.mainContents .menu li:first-child {
	border-left: none;
}

.mainContents .menu a {
	display: block;
	padding: 0 2em;
	text-decoration: none;
	color: #fff;
	font-family: 'Orbitron', sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1em;
}

@media screen and (max-width:1280px) {
	.mainContents .menu a {
		font-size: 1.75vw;
	}
}

@media screen and (max-width:768px) {
	.mainContents .menu li {
		width: 48%;
		margin: 10px 1%;
	}
	
	.mainContents .menu li:first-child,
	.mainContents .menu li:nth-of-type(3) {
		border-left: none;
	}
	
	.mainContents .menu a {
		font-size: 2.5vw;
	}
}

@media screen and (max-width:480px) {
	.mainContents .menu {
		padding: 40px 0 60px;
	}
	.mainContents .menu ul {
		width: 80%;
	}
	.mainContents .menu li {
		width: 100%;
		margin: 10px 0 0;
	}

	.mainContents .menu li:first-child,
	.mainContents .menu li:nth-of-type(2),
	.mainContents .menu li:nth-of-type(3),
	.mainContents .menu li:nth-of-type(4) {
		border-left: none;
		border-top: 1px solid rgba(255,0,0,.5);
	}
	
	.mainContents .menu li:first-child {
		border-top: none;
	}
	
	.mainContents .menu li a {
		padding: 10px 0 0;
		font-size: 4.5vw;
	}
}
/*-----------------------------------------
** streaming-logo
-----------------------------------------*/
#streaming{
	color: #fff;
	padding: 75px 0 50px;
}
.mainContents .menu ul.streaming-logo{
	padding: 0;
	letter-spacing: -.4em;
	text-align: center;
	width: 90%;
	margin: 0 auto 50px;
	display: block;
}
.mainContents .menu ul.streaming-logo li{
    margin: 0.8% .5% 0;
    padding: 0;
    width: 13%;
	display:inline-block;
	list-style:none;
	letter-spacing: normal;
	border: none;
}
.mainContents .menu ul.streaming-logo li a{
	margin:0;
	padding: 5px 0;
	width:100%;
	display:block;
	border:#ddd 1px solid;
	text-align:center;
	background:#fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.mainContents .menu ul.streaming-logo p{
	letter-spacing: normal;
	margin-bottom: 0;
	font-size: 80%;
}
@media screen and (max-width:640px) {
	.mainContents .menu ul.streaming-logo li{
		width:49%;
		margin: 1.8% 1% 0 0;
		padding: 0;
		display:inline-block;
		list-style:none;
		letter-spacing: normal;
	}
	.mainContents .menu ul.streaming-logo li a{
		margin:0;
		padding: 10px 0;
		width:100%;
		display:block;
		border:#ddd 1px solid;
		text-align:center;
		background:#fff;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	}
	.mainContents .menu ul.streaming-logo p{
		letter-spacing: normal;
		margin-top: 1em;
	}
}

.mainContents .intro {
	position: relative;
	background: url("../img/intro_bg.jpg") center bottom no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: 2;
}
.mainContents .intro::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/intro_bg_grd.png") center top no-repeat;
	background-size: 100% auto;
	opacity: .9;
	z-index: 2;
}

.mainContents .intro .inner {
	position: relative;
	padding: 0 0 40px;
	z-index: 3;
}

.mainContents .intro h2 {
	margin: 1% 0 2%;
}
.mainContents .intro h4 {
	width: 68%;
}
.mainContents .intro h4 img {
	display: block;
}
.mainContents .intro h4 span {
	display: none;
}

.mainContents .intro .tx {
	position: relative;
	width: 40%;
	height: 40em;
	margin: 5% 0 -10%;
	padding: 2%;
	background: rgba(0,0,0,.9);
	border: 2px solid #00d1ff;
}
.mainContents .intro .tx::before {
	content: "";
	position: absolute;
	top: -13px;
	left: 0;
	width: 100%;
	height: 13px;
	background: url("../img/box_label.png") left top no-repeat;
	background-size: auto 100%;
}

.mainContents .intro h1 {
	margin: 0 0 0.75em;
	font-family: 'Orbitron', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #e7ff00;
}

.mainContents .intro .box {
	height: 33em;
}

@media screen and (max-width:1280px) {
	.mainContents .intro .tx {
		width: 50%;
	}
}

@media screen and (max-width:768px) {
	.mainContents .intro {
		padding-bottom: 100%;
		background-attachment: scroll;
	}
	
	.mainContents .intro h1 {
		font-size: 24px;
	}
	.mainContents .intro h2 {
		margin: 2% 0 3%;
	}
	.mainContents .intro h4 {
		width: 100%;
	}
	
	.mainContents .intro h4 img {
		display: none;
	}
	.mainContents .intro h4 span {
		display: inline;
		font-size: 2.65vw;
		font-weight: 900;
		letter-spacing: 0;
	}
	
	.mainContents .intro .tx {
		width: 100%;
		height: 30em;
		margin: 8% 0 5%;
		padding: 3%;
	}
	
	.mainContents .intro .box {
		height: 24em;
	}
}

@media screen and (max-width:480px) {
	.mainContents .intro h1 {
		font-size: 20px;
	}
}

.mainContents .story {
	position: relative;
	margin-bottom: 100vh;
	padding: 30% 0 2%;
	background: url("../img/story_bg1.jpg") center center no-repeat;
	background-size: cover;
	z-index: 1;
}

.mainContents .story .inner {
	padding: 50px 0 0;
}

.mainContents .story .tx {
	position: relative;
	margin: 0;
	padding: 2%;
	background: rgba(0,0,0,.9);
	border: 2px solid #00d1ff;
}

.mainContents .story .tx::before {
	content: "";
	position: absolute;
	top: -13px;
	left: 0;
	width: 100%;
	height: 13px;
	background: url("../img/box_label.png") left top no-repeat;
	background-size: auto 100%;
}

.mainContents .story h1 {
	margin: 0 0 0.75em;
	font-family: 'Orbitron', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #e7ff00;
}

.mainContents .story h2 {
	margin: 0 0 0.75em;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.25em;
	color: #fff;
}

.mainContents .story h2 ruby rt {
	font-size: 10px;
}

.mainContents .story .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mainContents .story .wrap .box {
	width: 48%;
}

@media screen and (max-width:768px) {
	.mainContents .story h1 {
		font-size: 24px;
	}
	.mainContents .story h2 {
		font-size: 32px;
		line-height: 1.25em;
	}
	
	.mainContents .story .tx {
		padding: 5%;
	}
	
	.mainContents .story .wrap .box {
		width: 100%;
	}
}

@media screen and (max-width:480px) {
	.mainContents .story h1 {
		font-size: 20px;
	}
	.mainContents .story h2 {
		font-size: 5.7vw;
		line-height: 1.25em;
	}
}


.mainContents .bgSet {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #000;
	z-index: 0;
}

.mainContents .pnote {
	position: relative;
	z-index: 1;
}

.mainContents .pnote h1 {
	position: relative;
	height: 65px;
	font-family: 'Orbitron', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #e7ff00;
	background: url("../img/pnote_label1.png") left 3% top no-repeat;
	background-size: 508px 40px;
	border-bottom: 26px solid #0075c1;
}
.mainContents .pnote h1 p {
	position: absolute;
	top: 15px;
	left: 2%;
	width: 508px;
	text-align: center;
}

.mainContents .pnote .body {
	background: url("../img/pnote_bg_ptn.png") left top repeat;
}

.mainContents .pnote .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 80%;
}

.mainContents .pnote .card {
	width: 30%;
	margin: 30px 0;
}

.mainContents .pnote .card a {
	position: relative;
	display: block;
	padding: 3px;
	background: #0075c1;
}

.mainContents .pnote .card a .th {
	overflow: hidden;
}

.mainContents .pnote .card a img {
	transition: all .25s;
}

.mainContents .pnote .card a:hover img {
	transform: scale(1.1);
}

.mainContents .pnote .card a::before {
	content: "";
	position: absolute;
	top: -12px;
	left: 0;
	width: 100%;
	height: 13px;
	background: url("../img/pnote_label2.png") left top no-repeat;
	background-size: auto 100%;
}

.mainContents .pnote .card a::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 28px;
	height: 28px;
	background: url("../img/pnote_plus.png") center center no-repeat;
	background-size: 100%;
}

.mainContents .pnote .card a .num {
	position: absolute;
	top: 8px;
	left: 8px;
	font-family: 'Orbitron', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 30px;
	color: #fff;
}

.mainContents .pnote .card:nth-of-type(5) a .num {
	color: #0075c1;
}

.mainContents .pnote .card .tx {
	margin: 0.3em 0 0;
	color: #0075c1;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.4em;
}

@media screen and (max-width:768px) {
	.mainContents .pnote .inner {
		width: 90%;
	}
	.mainContents .pnote h1 {
		position: relative;
		height: 50px;
		font-family: 'Orbitron', sans-serif;
		font-size: 24px;
		font-weight: 700;
		color: #e7ff00;
		background: url("../img/pnote_label1.png") left 3% top no-repeat;
		background-size: 381px 30px;
		border-bottom: 26px solid #0075c1;
	}
	.mainContents .pnote h1 p {
		position: absolute;
		top: 10px;
		left: 2%;
		width: 381px;
		text-align: center;
	}
	
	.mainContents .pnote .card {
		width: 46%;
	}
	
	.mainContents .pnote .card .tx {
		font-size: 15px;
	}
}

@media screen and (max-width:480px) {
	.mainContents .pnote h1 {
		position: relative;
		height: 42px;
		font-family: 'Orbitron', sans-serif;
		font-size: 20px;
		font-weight: 700;
		color: #e7ff00;
		background: url("../img/pnote_label1.png") left 3% top no-repeat;
		background-size: 318px 25px;
		border-bottom: 20px solid #0075c1;
	}
	.mainContents .pnote h1 p {
		position: absolute;
		top: 10px;
		left: 1.5%;
		width: 318px;
		text-align: center;
	}
	
	.mainContents .pnote .card .tx {
		font-size: 13px;
		text-align: left;
	}
	.mainContents .pnote .card .tx br {
		display: none;
	}
}

.mainContents .caststaff {
	position: relative;
	background: url("../img/caststaff_bg.jpg") #0075c2 center top no-repeat;
	background-size: 100% auto;
	z-index: 1;
}


.mainContents .caststaff .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: auto;
}

.mainContents .caststaff h1 {
	margin: 0 0 0.75em;
	font-family: 'Orbitron', sans-serif;
	font-size: 30px;
	font-weight: 700;
	color: #e7ff00;
}

.mainContents .cast {
	padding-top: 21%;
}

.mainContents .cast .card {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 47%;
	margin: 20px 0;
}
.mainContents .cast .card::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	background: rgba(0,0,0,.2);
	overflow: hidden;
	z-index: 1;
}

.mainContents .cast .card::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*border-image-slice: 45 45 45 45;
	border-image-width: 25px 25px 25px 25px;
	border-image-outset: 0px 0px 0px 0px;
	border-image-repeat: stretch stretch;
	border-image-source: url("../img/cast_frame.png");*/
	background: url(../img/cast_frame.png);
	background-size: 100% 100%;
	z-index: 3;
}

.mainContents .cast .card .ph {
	position: relative;
	width: 30%;
	padding: 2px;
	overflow: hidden;
	z-index: 2;
}
.mainContents .cast .card .ph img {
	transition: all .25s;
}
.mainContents .cast .card:hover .ph img {
	transform: scale(1.1);
}

.mainContents .cast .card .tx {
	position: relative;
	width: 70%;
	padding: 0.5em 1em;
	color: #fff;
	line-height: 1.65em;
	z-index: 2;
}

.mainContents .cast .card .tx::after {
	content: "";
	position: absolute;
	bottom: 14px;
	right: 14px;
	width: 20px;
	height: 20px;
	background: url("../img/cast_plus.svg") center center no-repeat;
	background-size: 100%;
	transition: all .25s;
}
.mainContents .cast .card:hover .tx::after {
	transform: scale(1.5);
}

.mainContents .cast .card .tx .name_jp {
	font-size: 25px;
	font-weight: 700;
}
.mainContents .cast .card .tx .pos_jp {
	font-size: 16px;
	font-weight: 700;
}
.mainContents .cast .card .tx .name_en {
	font-size: 20px;
	font-weight: 700;
}
.mainContents .cast .card .tx .pos_en {
	font-size: 15px;
	font-weight: 700;
}

.mainContents .staff .card {
	position: relative;
	display: block;
	width: 47%;
	margin: 20px 0;
	padding: 1em 1em 1em 2em;
	color: #fff;
	line-height: 1.5em;
	border: 1px solid #fff;
	border-left: 8px solid #fff;
	background: rgba(0,0,0,.2);
}
.mainContents .staff .card::after {
	content: "";
	position: absolute;
	bottom: 12px;
	right: 12px;
	width: 20px;
	height: 20px;
	background: url("../img/cast_plus.svg") center center no-repeat;
	background-size: 100%;
	transition: all .25s;
}
.mainContents .staff .card:hover::after {
	transform: scale(1.5);
}

.mainContents .staff .card .tx_jp {
	padding-right: 1em;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
}
.mainContents .staff .card .tx_en {
	padding-right: 2em;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

@media screen and (max-width:1200px) {
	
	.mainContents .cast .card {
		width: 100%;
		margin: 10px 0;
	}
	
	.mainContents .staff .card {
		width: 100%;
		margin: 10px 0;
	}
}

@media screen and (max-width:768px) {
	.mainContents .caststaff h1 {
		font-size: 24px;
	}
	
	.mainContents .caststaff .wrap {
		width: 100%;
	}
	.mainContents .cast .card .tx .name_jp {
		font-size: 4vw;
	}
	.mainContents .cast .card .tx .pos_jp {
		font-size: 2vw;
	}
	.mainContents .cast .card .tx .name_en {
		font-size: 3.25vw;
	}
	.mainContents .cast .card .tx .pos_en {
		font-size: 1.9vw;
	}
	
	.mainContents .staff .card .tx_jp {
		font-size: 4vw;
		text-align: center;
	}
	.mainContents .staff .card .tx_en {
		font-size: 2.5vw;
		text-align: center;
	}
}


@media screen and (max-width:480px) {
	.mainContents .caststaff h1 {
		font-size: 20px;
	}
	.mainContents .cast .card .tx {
		line-height: 1.35em;
	}
}


.mainContents .data {
	position: relative;
	background: #0075c2;
	z-index: 1;
}

.mainContents .data .inner .box {
	position: relative;
	width: 90%;
	margin: auto;
	padding: 1em;
	border: 2px solid #fff;
}
.mainContents .data .inner .box::before {
	content: "";
	position: absolute;
	top: -14px;
	left: -2px;
	width: 100%;
	height: 13px;
	background: url("../img/data_label.png") left top no-repeat;
	background-size: auto 100%;
}

.mainContents .data .inner .box h2 {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.75em;
}

.mainContents .data .inner .box h3 {
	font-size: 23px;
	font-weight: 700;
	line-height: 1.75em;
}

@media screen and (max-width:768px) {
	.mainContents .data .inner .box {
		width: 100%;
	}
	.mainContents .data .inner .box h2 {
		font-size: 3.75vw;
	}
	.mainContents .data .inner .box h3 {
		font-size: 3vw;
	}
}

.mainContents .photos {
	position: relative;
	padding: 3% 0;
	background: #000;
	overflow: hidden;
	z-index: 1;
}

.mainContents .photos .set1 {
	background: url("../img/bg_scrl1.jpg") left center repeat-x;
	background-size: auto 159px;
	width: 120%;
	height: 159px;
	margin-bottom: 25px;
	transform: rotate(-2deg);
	-webkit-animation: bg_anime01 20s linear infinite;
	animation: bg_anime01 20s linear infinite;
}

.mainContents .photos .set2 {
	background: url("../img/bg_scrl2.jpg") left center repeat-x;
	background-size: auto 159px;
	width: 120%;
	height: 159px;
	transform: rotate(-1deg);
	-webkit-animation: bg_anime02 20s linear infinite;
	animation: bg_anime02 20s linear infinite;
}

@media screen and (max-width:768px) {
	.mainContents .photos .set1 {
		background-size: auto 79.5px;
		height: 79.5px;
	}

	.mainContents .photos .set2 {
		background-size: auto 79.5px;
		height: 79.5px;
	}
}


@-webkit-keyframes bg_anime01 {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -998px 0;
	}
}
@keyframes bg_anime01 {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -998px 0;
	}
}
@-webkit-keyframes bg_anime02 {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -998px 0;
	}
}
@keyframes bg_anime02 {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 998px 0;
	}
}

.mainContents .ft {
	position: relative;
	background: url("../img/ft_bg.jpg") center center no-repeat;
	background-size: cover;
	z-index: 1;
} 

.mainContents .ft .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
}

.mainContents .ft .box {
	width: 47%;
	font-size: 14px;
	text-align: center;
}

.mainContents .ft .box span {
	font-weight: 700;
}

.mainContents .ft .jp {
	width: 68%;
	max-width: 800px;
	margin: 4% auto 0;
}

@media screen and (max-width:1000px) {
	.mainContents .ft .box {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.mainContents .ft .box {
		font-size: 13px;
	}
	
	.mainContents .ft .jp {
		width: 80%;
		margin: 4% auto 0;
	}
}

@media screen and (max-width:480px) {
	.mainContents .ft .box {
		font-size: 12px;
	}
	.mainContents .ft .jp {
		width: 90%;
		margin: 4% auto 0;
	}
}
